Home
last modified time | relevance | path

Searched refs:decompress_method (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/decompress/
Dgeneric.h37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
/Linux-v4.19/lib/
Ddecompress.c58 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() function
/Linux-v4.19/init/
Ddo_mounts_rd.c86 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
Dinitramfs.c474 decompress = decompress_method(buf, len, &compress_name); in unpack_to_rootfs()
/Linux-v4.19/arch/mips/kernel/
Dsetup.c305 if (decompress_method((unsigned char *)initrd_start, 8, NULL)) in maybe_bswap_initrd()
311 decompress_method((unsigned char *)(&buf), 8, NULL)) { in maybe_bswap_initrd()