Home
last modified time | relevance | path

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

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