Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c108 static int nsec_cache; variable
163 nsec_cache = (((ncluster << 1) + 511) >> 9); in bpcfs_mountroot()
165 nsec_cache = (ncluster + ((ncluster + 1) >> 1) + 511) >> 9; in bpcfs_mountroot()
166 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
176 head->fi_count = nsec_cache * SECSIZ; in bpcfs_mountroot()
185 nsec_cache, nsec_start); in bpcfs_mountroot()
597 if (sector >= nsec_start && sector + nsec <= nsec_start + nsec_cache) in readblock()