Home
last modified time | relevance | path

Searched refs:LZ4_compress_HC (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/crypto/
Dlz4hc.c55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
/linux-6.1.9/include/linux/
Dlz4.h346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
/linux-6.1.9/lib/lz4/
Dlz4hc_compress.c608 int LZ4_compress_HC(const char *src, char *dst, int srcSize, in LZ4_compress_HC() function
614 EXPORT_SYMBOL(LZ4_compress_HC);
/linux-6.1.9/fs/f2fs/
Dcompress.c275 len = LZ4_compress_HC(cc->rbuf, cc->cbuf->cdata, cc->rlen, in lz4hc_compress_pages()