Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c300 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm; in bufchk() local
485 tcp_norm = &type_counts[FSD_ACL]; in bufchk()
488 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs; in bufchk()
489 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs; in bufchk()
493 tcp_def->ndef_user_objs + tcp_norm->ndef_user_objs; in bufchk()
495 tcp_def->ndef_group_objs + tcp_norm->ndef_group_objs; in bufchk()
497 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs; in bufchk()
499 tcp_def->ndef_class_objs + tcp_norm->ndef_class_objs; in bufchk()
500 tcp_all->nusers = tcp_def->nusers + tcp_norm->nusers; in bufchk()
501 tcp_all->ngroups = tcp_def->ngroups + tcp_norm->ngroups; in bufchk()
[all …]