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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c295 int ndef_other_objs; member in struct:type_counts_s
382 tcp->ndef_other_objs++;
472 tcp->ndef_other_objs != 0 ||
498 tcp_all->ndef_other_objs =
499 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs;
523 tcp_all->ndef_other_objs > 1 ||
531 numdefs = tcp_all->ndef_other_objs + tcp_all->ndef_user_objs +
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c849 int ndef_other_objs = 0; local
897 ndef_other_objs++;
947 if (ndef_other_objs > 1 || ndef_user_objs > 1 ||
952 numdefs = ndef_other_objs + ndef_user_objs + ndef_group_objs;
969 if (ndef_user_objs + ndef_group_objs + ndef_other_objs +

Completed in 47 milliseconds