Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Ddecompress.c78 if (nbytes > (DECOMP_BUFSIZE - filep->fi_dcscrused)) { in cf_alloc()
144 filep->fi_dcscrbuf = bkmem_alloc(DECOMP_BUFSIZE); in cf_check_compressed()
183 bkmem_free(filep->fi_dcscrbuf, DECOMP_BUFSIZE); in cf_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h59 #define DECOMP_BUFSIZE (512 * 1024) /* size of decompress buffer */ macro