Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dhighuid.h35 extern int overflowuid;
47 #define high2lowuid(uid) ((uid) & ~0xFFFF ? (old_uid_t)overflowuid : (old_uid_t)(uid))
Duidgid.h167 uid = overflowuid; in from_kuid_munged()
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dfs.rst40 - overflowuid
168 overflowgid & overflowuid
Dkernel.rst694 overflowgid & overflowuid
/Linux-v5.15/drivers/gpu/drm/
Ddrm_ioctl.c201 client->uid = overflowuid; in drm_getclient()
/Linux-v5.15/kernel/
Duser_namespace.c441 uid = overflowuid; in from_kuid_munged()
Dsys.c140 int overflowuid = DEFAULT_OVERFLOWUID; variable
143 EXPORT_SYMBOL(overflowuid);
Dsysctl.c2194 .data = &overflowuid,
/Linux-v5.15/fs/udf/
Dsuper.c2136 uopt.uid = make_kuid(current_user_ns(), overflowuid); in udf_fill_super()
/Linux-v5.15/Documentation/filesystems/
Didmappings.rst80 third idmapping. The kernel will report unmapped ids as the overflowuid
/Linux-v5.15/net/core/
Dfilter.c4709 return overflowuid; in BPF_CALL_1()