Searched refs:LZ4_compress_HC (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/crypto/ |
D | lz4hc.c | 55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
|
/linux-5.19.10/include/linux/ |
D | lz4.h | 346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
|
/linux-5.19.10/lib/lz4/ |
D | lz4hc_compress.c | 608 int LZ4_compress_HC(const char *src, char *dst, int srcSize, in LZ4_compress_HC() function 614 EXPORT_SYMBOL(LZ4_compress_HC);
|
/linux-5.19.10/fs/f2fs/ |
D | compress.c | 275 len = LZ4_compress_HC(cc->rbuf, cc->cbuf->cdata, cc->rlen, in lz4hc_compress_pages()
|