Searched defs:ngroup_objs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c290 int ngroup_objs; member in struct:type_counts_s
367 tcp->ngroup_objs++;
455 tcp->ngroup_objs != 0 ||
491 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs;
511 tcp_all->ngroup_objs != 1 ||
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c844 int ngroup_objs = 0; local
882 ngroup_objs++;
925 if (nuser_objs != 1 || ngroup_objs != 1 ||
936 if (nuser_objs + ngroup_objs + nother_objs + nclass_objs +

Completed in 48 milliseconds