Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c484 tcp_all = &type_counts[0]; in bufchk()
492 tcp_all->ndef_user_objs = in bufchk()
494 tcp_all->ndef_group_objs = in bufchk()
496 tcp_all->ndef_other_objs = in bufchk()
498 tcp_all->ndef_class_objs = in bufchk()
508 if (tcp_all->nuser_objs != 1 || in bufchk()
515 if (tcp_all->ngroups && !tcp_all->nclass_objs) { in bufchk()
529 numdefs = tcp_all->ndef_other_objs + tcp_all->ndef_user_objs + in bufchk()
530 tcp_all->ndef_group_objs; in bufchk()
559 if (tcp_all->ndef_groups && !tcp_all->ndef_class_objs) { in bufchk()
[all …]