Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/
H A Duser_namespace.c536 gid = overflowgid; in from_kgid_munged()
H A Dsys.c167 int overflowgid = DEFAULT_OVERFLOWGID; variable
170 EXPORT_SYMBOL(overflowgid);
H A Dsysctl.c1768 .data = &overflowgid,
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dfs.rst142 overflowgid & overflowuid
H A Dkernel.rst788 overflowgid & overflowuid
/linux-6.15/fs/udf/
H A Dsuper.c260 uopt->gid = make_kgid(current_user_ns(), overflowgid); in udf_init_options()
/linux-6.15/Documentation/filesystems/
H A Didmappings.rst81 ``(uid_t)-1`` or overflowgid ``(gid_t)-1`` to userspace.