Home
last modified time | relevance | path

Searched refs:overflowgid (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dhighuid.h36 extern int overflowgid;
48 #define high2lowgid(gid) ((gid) & ~0xFFFF ? (old_gid_t)overflowgid : (old_gid_t)(gid))
H A Duidgid.h175 gid = overflowgid; in from_kgid_munged()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dfs.rst41 - overflowgid
168 overflowgid & overflowuid
H A Dkernel.rst686 overflowgid & overflowuid
/OK3568_Linux_fs/kernel/kernel/
H A Duser_namespace.c504 gid = overflowgid; in from_kgid_munged()
H A Dsys.c145 int overflowgid = DEFAULT_OVERFLOWGID; variable
148 EXPORT_SYMBOL(overflowgid);
H A Dsysctl.c2205 .data = &overflowgid,
/OK3568_Linux_fs/kernel/fs/udf/
H A Dsuper.c2138 uopt.gid = make_kgid(current_user_ns(), overflowgid); in udf_fill_super()