Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c292 int ndef_group_objs; in bufchk() member
377 tcp->ndef_group_objs++; in bufchk()
469 tcp->ndef_group_objs != 0 || in bufchk()
494 tcp_all->ndef_group_objs = in bufchk()
495 tcp_def->ndef_group_objs + tcp_norm->ndef_group_objs; in bufchk()
520 tcp_all->ndef_group_objs > 1 || in bufchk()
530 tcp_all->ndef_group_objs; in bufchk()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c842 int ndef_group_objs = 0; in acl_validate() local
888 ndef_group_objs++; in acl_validate()
942 ndef_group_objs > 1 || ndef_class_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()