Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c102 ulong_t CountOfClusters; member
307 h->CountOfClusters = h->DataSec / h->bs.spcl; in calculate_parameters()
313 if ((h->CountOfClusters >= 4085 && h->CountOfClusters <= 4095) || in determine_fattype()
314 (h->CountOfClusters >= 65525 && h->CountOfClusters <= 65535)) { in determine_fattype()
316 } else if (h->CountOfClusters < 4085) { in determine_fattype()
318 } else if (h->CountOfClusters < 65525) { in determine_fattype()
601 ADD_UINT32(h, "count_of_clusters", h->CountOfClusters); in get_attr()