Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c290 int nclass_objs; in bufchk() member
371 tcp->nclass_objs++; in bufchk()
455 tcp->nclass_objs != 0 || in bufchk()
491 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs; in bufchk()
511 tcp_all->nclass_objs > 1) { in bufchk()
515 if (tcp_all->ngroups && !tcp_all->nclass_objs) { in bufchk()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c840 int nclass_objs = 0; in acl_validate() local
882 nclass_objs++; in acl_validate()
920 nother_objs != 1 || nclass_objs > 1) { in acl_validate()
927 if (ngroups && !nclass_objs) { in acl_validate()
930 if (nuser_objs + ngroup_objs + nother_objs + nclass_objs + in acl_validate()