Searched refs:decompress_method (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/decompress/ |
D | generic.h | 37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
|
/Linux-v6.6/lib/ |
D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() function
|
/Linux-v6.6/arch/mips/kernel/ |
D | setup.c | 201 if (decompress_method((unsigned char *)initrd_start, 8, NULL)) in maybe_bswap_initrd() 207 decompress_method((unsigned char *)(&buf), 8, NULL)) { in maybe_bswap_initrd()
|
/Linux-v6.6/init/ |
D | do_mounts_rd.c | 88 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
|
D | initramfs.c | 516 decompress = decompress_method(buf, len, &compress_name); in unpack_to_rootfs()
|