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