Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/decompress/
Dgeneric.h5 typedef int (*decompress_fn) (unsigned char *inbuf, long len, typedef
37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
/Linux-v4.19/lib/
Ddecompress.c44 decompress_fn decompressor;
58 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method()
/Linux-v4.19/init/
Ddo_mounts_rd.c36 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco);
58 identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor) in identify_ramdisk_image()
184 decompress_fn decompressor = NULL; in rd_load_image()
329 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco) in crd_load()
Dinitramfs.c444 decompress_fn decompress; in unpack_to_rootfs()