Home
last modified time | relevance | path

Searched refs:lzo_decompress (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/lzo/ !
DMakefile2 lzo_decompress-objs := lzo1x_decompress_safe.o
5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
/linux-4.19.296/crypto/ !
Dlzo.c110 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() function
132 .coa_decompress = lzo_decompress } }
/linux-4.19.296/fs/btrfs/ !
Dlzo.c425 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress() function
497 .decompress = lzo_decompress,