Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Dpcfs.c112 static char *cluster_cache; variable
168 cluster_cache = bkmem_alloc(nsec_cache * SECSIZ); in bpcfs_mountroot()
169 if (cluster_cache == NULL) { in bpcfs_mountroot()
179 head->fi_memp = cluster_cache; in bpcfs_mountroot()
600 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()