Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c200 sanityCheckSize(int fd, struct pcdir *dp, int32_t actualClusterCount, in sanityCheckSize() argument
215 if ((sizeFromDir > ((actualClusterCount - 1) * bpc)) && in sanityCheckSize()
216 (sizeFromDir <= (actualClusterCount * bpc))) in sanityCheckSize()
227 if (actualClusterCount == 0) { in sanityCheckSize()
233 ((actualClusterCount - 1) * bpc) + 1, in sanityCheckSize()
234 (actualClusterCount * bpc)); in sanityCheckSize()