Home
last modified time | relevance | path

Searched refs:overflowgid (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dhighuid.h36 extern int overflowgid;
48 #define high2lowgid(gid) ((gid) & ~0xFFFF ? (old_gid_t)overflowgid : (old_gid_t)(gid))
H A Duidgid.h171 gid = overflowgid; in from_kgid_munged()
/linux/kernel/
H A Dsys.c168 int overflowgid = DEFAULT_OVERFLOWGID; variable
171 EXPORT_SYMBOL(overflowgid);
196 .data = &overflowgid,
H A Duser_namespace.c539 gid = overflowgid; in from_kgid_munged()
/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst142 overflowgid & overflowuid
H A Dkernel.rst812 overflowgid & overflowuid
/linux/fs/udf/
H A Dsuper.c260 uopt->gid = make_kgid(current_user_ns(), overflowgid); in udf_init_options()
/linux/Documentation/filesystems/
H A Didmappings.rst81 ``(uid_t)-1`` or overflowgid ``(gid_t)-1`` to userspace.