Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddecomp.h56 struct kmem_cache *dc_bufcache; member
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c441 saddr = kmem_cache_alloc(dp->dc_bufcache, KM_SLEEP); in dc_getblock_miss()
475 kmem_cache_free(dp->dc_bufcache, saddr); in dc_getblock_miss()
876 dp->dc_bufcache = NULL; in dcnode_recycle()
995 ndp->dc_bufcache = *cpp; in decompvp()