taglinefilesource code
grp262include/linux/sched.hextern int in_group_p(gid_t grp);
grp566kernel/sys.cint in_group_p(gid_t grp)
grp570kernel/sys.cif (grp == current->fsgid)
grp576kernel/sys.cif (current->groups[i] == grp)