Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c303 int numdefs; in bufchk() local
531 numdefs = tcp_all->ndef_other_objs + tcp_all->ndef_user_objs + in bufchk()
534 if (numdefs != 0 && numdefs != 3) { in bufchk()
542 if (numdefs != 0) { in bufchk()
566 ((numdefs != 3) && !tcp_all->ndef_class_objs)) { in bufchk()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c855 int numdefs = 0; in acl_validate() local
952 numdefs = ndef_other_objs + ndef_user_objs + ndef_group_objs; in acl_validate()
954 if (numdefs != 0 && numdefs != 3) { in acl_validate()
966 ((numdefs != 3) && !ndef_class_objs)) { in acl_validate()