Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c301 } type_counts[3]; /* indexed by FSD_ACL and FSD_DFACL */ in bufchk() local
321 (void) memset(type_counts, 0, sizeof (type_counts)); in bufchk()
357 tcp = &type_counts[fsdp->fsd_type]; in bufchk()
452 tcp = &type_counts[FSD_DFACL]; in bufchk()
468 tcp = &type_counts[FSD_ACL]; in bufchk()
486 tcp_all = &type_counts[0]; in bufchk()
487 tcp_norm = &type_counts[FSD_ACL]; in bufchk()
488 tcp_def = &type_counts[FSD_DFACL]; in bufchk()