Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dlz4hc.c55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
/openbmc/linux/include/linux/
H A Dlz4.h346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
/openbmc/linux/lib/lz4/
H A 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);
/openbmc/linux/fs/f2fs/
H A Dcompress.c276 len = LZ4_compress_HC(cc->rbuf, cc->cbuf->cdata, cc->rlen, in lz4_compress_pages()