Home
last modified time | relevance | path

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

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