Searched refs:DEF_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
406 __CTASSERT(MIN_BLOCKSIZE <= DEF_BLOCKSIZE); in compress_init()407 __CTASSERT((DEF_BLOCKSIZE % DEV_BSIZE) == 0); in compress_init()408 __CTASSERT(DEF_BLOCKSIZE <= MAX_BLOCKSIZE); in compress_init()417 S->blocksize = (argc == 2? DEF_BLOCKSIZE : in compress_init()
106 #define DEF_BLOCKSIZE 0x10000 macro