Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c116 int ncluster; in bpcfs_mountroot() local
154 ncluster = (((ulong_t)ltohs(pcfsp->f_bpb.bs_siv) ? in bpcfs_mountroot()
158 pcfsp->f_16bit = ncluster >= CLUSTER_MAX_12; in bpcfs_mountroot()
159 pcfsp->f_ncluster = ncluster; in bpcfs_mountroot()
163 nsec_cache = (((ncluster << 1) + 511) >> 9); in bpcfs_mountroot()
165 nsec_cache = (ncluster + ((ncluster + 1) >> 1) + 511) >> 9; in bpcfs_mountroot()