Searched refs:SET_GID (Results 1 - 7 of 7) sorted by relevance

/linux-master/ipc/
H A Dcompat.c77 SET_GID(to->gid, from->gid);
79 SET_GID(to->cgid, from->cgid);
H A Dutil.c610 SET_GID(out->gid, in->gid);
612 SET_GID(out->cgid, in->cgid);
/linux-master/include/linux/
H A Dhighuid.h71 #define SET_GID(var, gid) do { (var) = __convert_gid(sizeof(var), (gid)); } while (0) macro
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c137 SET_GID(gid, from_kgid_munged(current_user_ns(), stat->gid));
/linux-master/fs/
H A Dstat.c340 SET_GID(tmp.st_gid, from_kgid_munged(current_user_ns(), stat->gid));
421 SET_GID(tmp.st_gid, from_kgid_munged(current_user_ns(), stat->gid));
734 SET_GID(tmp.st_gid, from_kgid_munged(current_user_ns(), stat->gid));
H A Dbinfmt_elf.c1543 SET_GID(psinfo->pr_gid, from_kgid_munged(cred->user_ns, cred->gid));
H A Dbinfmt_elf_fdpic.c1360 SET_GID(psinfo->pr_gid, from_kgid_munged(cred->user_ns, cred->gid));

Completed in 171 milliseconds