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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c104 ulong_t CountOfClusters; member in struct:fstyp_pcfs
309 h->CountOfClusters = h->DataSec / h->bs.spcl;
315 if ((h->CountOfClusters >= 4085 && h->CountOfClusters <= 4095) ||
316 (h->CountOfClusters >= 65525 && h->CountOfClusters <= 65535)) {
318 } else if (h->CountOfClusters < 4085) {
320 } else if (h->CountOfClusters < 65525) {
603 ADD_UINT32(h, "count_of_clusters", h->CountOfClusters);

Completed in 57 milliseconds