Home
last modified time | relevance | path

Searched refs:overflowuid (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dhighuid.h35 extern int overflowuid;
47 #define high2lowuid(uid) ((uid) & ~0xFFFF ? (old_uid_t)overflowuid : (old_uid_t)(uid))
H A Duidgid.h162 uid = overflowuid; in from_kuid_munged()
/linux/kernel/
H A Duser_namespace.c461 uid = overflowuid; in from_kuid_munged()
H A Dsys.c166 int overflowuid = DEFAULT_OVERFLOWUID; variable
169 EXPORT_SYMBOL(overflowuid);
/linux/Documentation/filesystems/
H A Didmappings.rst80 third idmapping. The kernel will report unmapped ids as the overflowuid
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst788 overflowgid & overflowuid
/linux/net/core/
H A Dfilter.c5213 return overflowuid; in BPF_CALL_1()