Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/fs/
H A Dpcfs.c118 int ncluster; in bpcfs_mountroot() local
156 ncluster = (((ulong_t)ltohs(pcfsp->f_bpb.bs_siv) ? in bpcfs_mountroot()
160 pcfsp->f_16bit = ncluster >= CLUSTER_MAX_12; in bpcfs_mountroot()
161 pcfsp->f_ncluster = ncluster; in bpcfs_mountroot()
165 nsec_cache = (((ncluster << 1) + 511) >> 9); in bpcfs_mountroot()
167 nsec_cache = (ncluster + ((ncluster + 1) >> 1) + 511) >> 9; in bpcfs_mountroot()