Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c299 } type_counts[3]; /* indexed by FSD_ACL and FSD_DFACL */ in bufchk() local
319 (void) memset(type_counts, 0, sizeof (type_counts)); in bufchk()
355 tcp = &type_counts[fsdp->fsd_type]; in bufchk()
450 tcp = &type_counts[FSD_DFACL]; in bufchk()
466 tcp = &type_counts[FSD_ACL]; in bufchk()
484 tcp_all = &type_counts[0]; in bufchk()
485 tcp_norm = &type_counts[FSD_ACL]; in bufchk()
486 tcp_def = &type_counts[FSD_DFACL]; in bufchk()