Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c287 int nuser_objs; in bufchk() member
362 tcp->nuser_objs++; in bufchk()
452 (tcp->nuser_objs != 0 || in bufchk()
488 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs; in bufchk()
508 if (tcp_all->nuser_objs != 1 || in bufchk()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c837 int nuser_objs = 0; in acl_validate() local
873 nuser_objs++; in acl_validate()
919 if (nuser_objs != 1 || ngroup_objs != 1 || in acl_validate()
930 if (nuser_objs + ngroup_objs + nother_objs + nclass_objs + in acl_validate()