Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/
H A Ddrm_ioctl.c200 client->uid = overflowuid; in drm_getclient()
/linux-6.15/kernel/
H A Duser_namespace.c469 uid = overflowuid; in from_kuid_munged()
H A Dsys.c166 int overflowuid = DEFAULT_OVERFLOWUID; variable
169 EXPORT_SYMBOL(overflowuid);
H A Dsysctl.c1759 .data = &overflowuid,
/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.c259 uopt->uid = make_kuid(current_user_ns(), overflowuid); in udf_init_options()
/linux-6.15/Documentation/filesystems/
H A Didmappings.rst80 third idmapping. The kernel will report unmapped ids as the overflowuid
/linux-6.15/net/core/
H A Dfilter.c5222 return overflowuid; in BPF_CALL_1()