Home
last modified time | relevance | path

Searched refs:overflowuid (Results 1 – 8 of 8) 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.h163 uid = overflowuid; in from_kuid_munged()
/linux/kernel/
H A Duser_namespace.c469 uid = overflowuid; in from_kuid_munged()
/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst142 overflowgid & overflowuid
H A Dkernel.rst789 overflowgid & overflowuid
/linux/fs/udf/
H A Dsuper.c259 uopt->uid = make_kuid(current_user_ns(), overflowuid); in udf_init_options()
/linux/Documentation/filesystems/
H A Didmappings.rst80 third idmapping. The kernel will report unmapped ids as the overflowuid
/linux/net/core/
H A Dfilter.c5239 return overflowuid; in BPF_CALL_1()