Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c110 static char *cluster_cache; variable
166 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
167 if (cluster_cache == NULL) { in bpcfs_mountroot()
177 head->fi_memp = cluster_cache; in bpcfs_mountroot()
598 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()