Searched full:decompressing (Results 1 – 25 of 50) sorted by relevance
12
| /Linux-v6.1/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-v6.1/include/linux/decompress/ |
| D | unxz.h | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
| /Linux-v6.1/Documentation/staging/ |
| D | xz.rst | 39 For decompressing the kernel image, initramfs, and initrd, there 84 is used in single-call mode. Decompressing the kernel itself is an
|
| /Linux-v6.1/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-v6.1/fs/cramfs/ |
| D | uncompress.c | 54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/mediatek/ |
| D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
| /Linux-v6.1/arch/nios2/boot/compressed/ |
| D | head.S | 87 /* flush all data cache after decompressing */
|
| /Linux-v6.1/arch/mips/boot/compressed/ |
| D | decompress.c | 105 /* 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-v6.1/lib/ |
| D | decompress_unlz4.c | 3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
| D | decompress_unxz.c | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | cramfs.rst | 58 decompressing.
|
| D | squashfs.rst | 249 Blocks in Squashfs are compressed. To avoid repeatedly decompressing
|
| /Linux-v6.1/lib/lz4/ |
| D | lz4defs.h | 148 * environments. This is needed when decompressing the Linux Kernel, for example.
|
| /Linux-v6.1/kernel/module/ |
| D | Kconfig | 229 Support for decompressing kernel modules by the kernel itself
|
| /Linux-v6.1/arch/powerpc/boot/ |
| D | main.c | 81 printf("Decompressing (0x%p <- 0x%p:0x%p)...\n\r", addr, in prep_kernel()
|
| /Linux-v6.1/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-v6.1/fs/isofs/ |
| D | compress.c | 298 * When decompressing, we typically obtain more than one page
|
| /Linux-v6.1/drivers/staging/media/deprecated/meye/ |
| D | meye.h | 169 #define MCHIP_MCC_STATUS_DECOMP 0x00000008 /* decompressing */
|
| /Linux-v6.1/fs/ntfs3/ |
| D | lznt.c | 373 /* Loop through decompressing chunks. */ in decompress_lznt()
|
| /Linux-v6.1/arch/alpha/boot/ |
| D | bootpz.c | 397 srm_printk("Decompressing the kernel...\n" in start_kernel()
|
| /Linux-v6.1/Documentation/userspace-api/media/mediactl/ |
| D | media-types.rst | 202 decompressing a compressed video stream into uncompressed video
|
12