Searched refs:LZ4HC_MEM_COMPRESS (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlz4.h157 #define LZ4HC_MEM_COMPRESS LZ4_STREAMHCSIZE macro
338 * This requires 'wrkmem' of size LZ4HC_MEM_COMPRESS.
/linux-master/crypto/
H A Dlz4hc.c22 ctx = vmalloc(LZ4HC_MEM_COMPRESS);
/linux-master/fs/bcachefs/
H A Dcompress.c584 max_t(size_t, LZ4_MEM_COMPRESS, LZ4HC_MEM_COMPRESS),
/linux-master/fs/f2fs/
H A Dcompress.c246 size = LZ4HC_MEM_COMPRESS;

Completed in 141 milliseconds