Searched refs:decompress_fn (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/lib/ |
H A D | decompress.c | 43 decompress_fn decompressor; 57 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, decompress_method()
|
/linux-4.4.14/include/linux/decompress/ |
H A D | generic.h | 4 typedef int (*decompress_fn) (unsigned char *inbuf, long len, typedef 36 decompress_fn decompress_method(const unsigned char *inbuf, long len,
|
/linux-4.4.14/init/ |
H A D | do_mounts_rd.c | 45 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco); 67 identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor) identify_ramdisk_image() 193 decompress_fn decompressor = NULL; rd_load_image() 345 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco) crd_load()
|
H A D | initramfs.c | 452 decompress_fn decompress; unpack_to_rootfs()
|
Completed in 155 milliseconds