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