Searched refs:nsec_cache (Results 1 – 1 of 1) sorted by relevance
110 static int nsec_cache; variable165 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()