Searched refs:grcnt (Results 1 – 3 of 3) sorted by relevance
1137 int grcnt; in staticgroupmember() local1148 grcnt = user->grcnt; in staticgroupmember()1149 while ((--grcnt >= 0) && (groups[grcnt] != gid)) { } in staticgroupmember()1150 ingroup = (grcnt >= 0); in staticgroupmember()1372 if (group && group->grcnt in ntfs_basic_perms()4091 int grcnt; in link_single_group() local4098 grcnt = usermapping->grcnt; in link_single_group()4104 if (!grcnt) in link_single_group()4108 (grcnt+1)*sizeof(gid_t)); in link_single_group()4110 groups[grcnt++] = gid; in link_single_group()[all …]
4333 if (user->grcnt) in ntfs_free_mapping()4411 mapping->grcnt = 0; in ntfs_do_user_mapping()4494 mapping->grcnt = 1; in ntfs_do_group_mapping()4496 mapping->grcnt = 0; in ntfs_do_group_mapping()
46 int grcnt; /* group count (for users only) */ member