Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Ddecompress.c81 ptr = &filep->fi_dcscrbuf[filep->fi_dcscrused]; in cf_alloc()
142 filep->fi_dcscrbuf = scratch_bufs[--free_dcomp_bufs]; in cf_check_compressed()
144 filep->fi_dcscrbuf = bkmem_alloc(DECOMP_BUFSIZE); in cf_check_compressed()
183 bkmem_free(filep->fi_dcscrbuf, DECOMP_BUFSIZE); in cf_close()
185 scratch_bufs[free_dcomp_bufs++] = filep->fi_dcscrbuf; in cf_close()
/titanic_41/usr/src/uts/common/sys/
H A Dfilep.h79 caddr_t fi_dcscrbuf; /* decomp scratch buffer */ member