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