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.c103 ulong_t CountOfClusters; member
321 h->CountOfClusters = h->DataSec / h->bs.spcl; in calculate_parameters()
327 if (h->CountOfClusters == 0) { in determine_fattype()
332 if (h->CountOfClusters < 4085) { in determine_fattype()
334 } else if (h->CountOfClusters < 65525) { in determine_fattype()
624 ADD_UINT32(h, "count_of_clusters", h->CountOfClusters); in get_attr()