Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c301 int numdefs; in bufchk() local
529 numdefs = tcp_all->ndef_other_objs + tcp_all->ndef_user_objs + in bufchk()
532 if (numdefs != 0 && numdefs != 3) { in bufchk()
540 if (numdefs != 0) { in bufchk()
564 ((numdefs != 3) && !tcp_all->ndef_class_objs)) { in bufchk()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c849 int numdefs = 0; in acl_validate() local
946 numdefs = ndef_other_objs + ndef_user_objs + ndef_group_objs; in acl_validate()
948 if (numdefs != 0 && numdefs != 3) { in acl_validate()
960 ((numdefs != 3) && !ndef_class_objs)) { in acl_validate()