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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c291 int nother_objs; member in struct:type_counts_s
370 tcp->nother_objs++;
456 tcp->nother_objs != 0 ||
492 tcp_all->nother_objs = tcp_def->nother_objs + tcp_norm->nother_objs;
512 tcp_all->nother_objs != 1 ||
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c845 int nother_objs = 0; local
885 nother_objs++;
926 nother_objs != 1 || nclass_objs > 1) {
936 if (nuser_objs + ngroup_objs + nother_objs + nclass_objs +

Completed in 59 milliseconds