Searched refs:nclass_objs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c292 int nclass_objs; member in struct:type_counts_s
373 tcp->nclass_objs++;
457 tcp->nclass_objs != 0 ||
493 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs;
513 tcp_all->nclass_objs > 1) {
517 if (tcp_all->ngroups && !tcp_all->nclass_objs) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c846 int nclass_objs = 0; local
888 nclass_objs++;
926 nother_objs != 1 || nclass_objs > 1) {
933 if (ngroups && !nclass_objs) {
936 if (nuser_objs + ngroup_objs + nother_objs + nclass_objs +

Completed in 615 milliseconds