Searched refs:DECOMP_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
78 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()
61 #define DECOMP_BUFSIZE (512 * 1024) /* size of decompress buffer */ macro