Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhighuid.h36 extern int overflowgid;
48 #define high2lowgid(gid) ((gid) & ~0xFFFF ? (old_gid_t)overflowgid : (old_gid_t)(gid))
Duidgid.h170 gid = overflowgid; in from_kgid_munged()
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dfs.rst137 overflowgid & overflowuid
Dkernel.rst768 overflowgid & overflowuid
/linux-6.12.1/kernel/
Duser_namespace.c528 gid = overflowgid; in from_kgid_munged()
Dsys.c165 int overflowgid = DEFAULT_OVERFLOWGID; variable
168 EXPORT_SYMBOL(overflowgid);
Dsysctl.c1791 .data = &overflowgid,
/linux-6.12.1/fs/udf/
Dsuper.c260 uopt->gid = make_kgid(current_user_ns(), overflowgid); in udf_init_options()
/linux-6.12.1/Documentation/filesystems/
Didmappings.rst81 ``(uid_t)-1`` or overflowgid ``(gid_t)-1`` to userspace.