Searched full:decompressing (Results 1 – 25 of 52) sorted by relevance
123
/linux-6.14.4/fs/squashfs/ |
D | page_actor.c | 15 * This file contains implementations of page_actor for decompressing into 16 * an intermediate buffer, and for decompressing directly into the 23 /* Implementation of page_actor for decompressing into intermediate buffer */ 62 /* Implementation of page_actor for decompressing directly into page cache. */
|
D | Kconfig | 33 Squashfs now supports two options for decompressing file
|
D | cache.c | 12 * Blocks in Squashfs are compressed. To avoid repeatedly decompressing
|
/linux-6.14.4/Documentation/staging/ |
D | xz.rst | 31 For decompressing the kernel image, initramfs, and initrd, there 83 mode is decompressing the kernel itself (except on PowerPC).
|
/linux-6.14.4/include/linux/decompress/ |
D | unxz.h | 4 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
/linux-6.14.4/drivers/media/usb/pwc/ |
D | pwc-kiara.h | 26 unsigned short bandlength; /* Bandlength when decompressing */
|
D | pwc-timon.h | 41 unsigned short bandlength; /* Bandlength when decompressing */
|
/linux-6.14.4/fs/cramfs/ |
D | uncompress.c | 54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
|
/linux-6.14.4/fs/smb/client/ |
D | compress.h | 12 * MS-SMB2 "3.1.5.3 Decompressing the Chained Message" - for decompression details
|
D | compress.c | 12 * MS-SMB2 "3.1.5.3 Decompressing the Chained Message"
|
/linux-6.14.4/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
/linux-6.14.4/arch/mips/boot/compressed/ |
D | decompress.c | 93 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
|
D | Makefile | 17 # set the default size of the mallocing area for decompressing
|
/linux-6.14.4/arch/nios2/boot/compressed/ |
D | head.S | 87 /* flush all data cache after decompressing */
|
/linux-6.14.4/drivers/firmware/efi/libstub/ |
D | zboot.c | 90 efi_info("Decompressing Linux Kernel...\n"); in efi_zboot_entry()
|
/linux-6.14.4/lib/ |
D | decompress_unlz4.c | 3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
D | decompress_unxz.c | 4 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
/linux-6.14.4/Documentation/filesystems/ |
D | cramfs.rst | 58 decompressing.
|
/linux-6.14.4/lib/lz4/ |
D | lz4defs.h | 148 * environments. This is needed when decompressing the Linux Kernel, for example.
|
/linux-6.14.4/arch/powerpc/boot/ |
D | main.c | 81 printf("Decompressing (0x%p <- 0x%p:0x%p)...\n\r", addr, in prep_kernel()
|
/linux-6.14.4/include/linux/ |
D | zlib.h | 436 continue decompressing. If Z_DATA_ERROR is returned, the application may then 576 Calling this function is equivalent to decompressing a stored block
|
/linux-6.14.4/fs/isofs/ |
D | compress.c | 298 * When decompressing, we typically obtain more than one page
|
/linux-6.14.4/kernel/module/ |
D | Kconfig | 397 Support for decompressing kernel modules by the kernel itself
|
/linux-6.14.4/fs/ntfs3/ |
D | lznt.c | 376 /* Loop through decompressing chunks. */ in decompress_lznt()
|
/linux-6.14.4/arch/alpha/boot/ |
D | bootpz.c | 397 srm_printk("Decompressing the kernel...\n" in start_kernel()
|
123