Home
last modified time | relevance | path

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.c293 int ndef_other_objs; in bufchk() member
380 tcp->ndef_other_objs++; in bufchk()
470 tcp->ndef_other_objs != 0 || in bufchk()
496 tcp_all->ndef_other_objs = in bufchk()
497 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs; in bufchk()
521 tcp_all->ndef_other_objs > 1 || in bufchk()
529 numdefs = tcp_all->ndef_other_objs + tcp_all->ndef_user_objs + in bufchk()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c843 int ndef_other_objs = 0; in acl_validate() local
891 ndef_other_objs++; in acl_validate()
941 if (ndef_other_objs > 1 || ndef_user_objs > 1 || in acl_validate()
946 numdefs = ndef_other_objs + ndef_user_objs + ndef_group_objs; in acl_validate()
963 if (ndef_user_objs + ndef_group_objs + ndef_other_objs + in acl_validate()