Home
last modified time | relevance | path

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

/openbmc/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.h175 gid = overflowgid; in from_kgid_munged()
/openbmc/linux/kernel/
H A Duser_namespace.c525 gid = overflowgid; in from_kgid_munged()
H A Dsys.c156 int overflowgid = DEFAULT_OVERFLOWGID; variable
159 EXPORT_SYMBOL(overflowgid);
H A Dsysctl.c1796 .data = &overflowgid,
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst137 overflowgid & overflowuid
H A Dkernel.rst750 overflowgid & overflowuid
/openbmc/linux/fs/udf/
H A Dsuper.c2115 uopt.gid = make_kgid(current_user_ns(), overflowgid); in udf_fill_super()
/openbmc/linux/Documentation/filesystems/
H A Didmappings.rst81 ``(uid_t)-1`` or overflowgid ``(gid_t)-1`` to userspace.