Searched refs:decompress_fn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/decompress/ |
D | generic.h | 5 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/ |
D | decompress.c | 44 decompress_fn decompressor; 58 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method()
|
/Linux-v4.19/init/ |
D | do_mounts_rd.c | 36 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()
|
D | initramfs.c | 444 decompress_fn decompress; in unpack_to_rootfs()
|