Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Ddecomp.h56 struct kmem_cache *dc_bufcache; member
/titanic_41/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c439 saddr = kmem_cache_alloc(dp->dc_bufcache, KM_SLEEP); in dc_getblock_miss()
473 kmem_cache_free(dp->dc_bufcache, saddr); in dc_getblock_miss()
874 dp->dc_bufcache = NULL; in dcnode_recycle()
993 ndp->dc_bufcache = *cpp; in decompvp()