Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c291 int ndef_user_objs; in bufchk() member
374 tcp->ndef_user_objs++; in bufchk()
468 (tcp->ndef_user_objs != 0 || in bufchk()
492 tcp_all->ndef_user_objs = in bufchk()
493 tcp_def->ndef_user_objs + tcp_norm->ndef_user_objs; in bufchk()
519 if (tcp_all->ndef_user_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.c841 int ndef_user_objs = 0; in acl_validate() local
885 ndef_user_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()