Searched refs:clustersize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c397 int clustersize; local
404 clustersize = h->bs.spcl * h->bps;
405 if ((clustersize == 0) || (clustersize > FSTYP_MAX_CLUSTER_SIZE) ||
406 ((buf = calloc(1, clustersize)) == NULL)) {
415 if (read(h->fd, buf, clustersize) != clustersize) {
419 nent = clustersize / sizeof (struct pcdir);
424 if (++cnt > FSTYP_MAX_DIR_SIZE / clustersize) {

Completed in 221 milliseconds