Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Dpcfs.c110 static int nsec_cache; variable
165 nsec_cache = (((ncluster << 1) + 511) >> 9); in bpcfs_mountroot()
167 nsec_cache = (ncluster + ((ncluster + 1) >> 1) + 511) >> 9; in bpcfs_mountroot()
168 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
178 head->fi_count = nsec_cache * SECSIZ; in bpcfs_mountroot()
187 nsec_cache, nsec_start); in bpcfs_mountroot()
599 if (sector >= nsec_start && sector + nsec <= nsec_start + nsec_cache) in readblock()