Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/gpu/drm/
Ddrm_ioctl.c201 client->uid = overflowuid; in drm_getclient()
/Linux-v6.6/Documentation/admin-guide/sysctl/
Dfs.rst137 overflowgid & overflowuid
Dkernel.rst750 overflowgid & overflowuid
/Linux-v6.6/kernel/
Duser_namespace.c458 uid = overflowuid; in from_kuid_munged()
Dsys.c155 int overflowuid = DEFAULT_OVERFLOWUID; variable
158 EXPORT_SYMBOL(overflowuid);
Dsysctl.c1787 .data = &overflowuid,
/Linux-v6.6/fs/udf/
Dsuper.c2098 uopt.uid = make_kuid(current_user_ns(), overflowuid); in udf_fill_super()
/Linux-v6.6/Documentation/filesystems/
Didmappings.rst80 third idmapping. The kernel will report unmapped ids as the overflowuid
/Linux-v6.6/net/core/
Dfilter.c5072 return overflowuid; in BPF_CALL_1()