taglinefilesource code
grp282include/linux/sched.hextern int in_group_p(gid_t grp);
grp585kernel/sys.cint in_group_p(gid_t grp)
grp589kernel/sys.cif (grp == current->fsgid)
grp595kernel/sys.cif (current->groups[i] == grp)