/linux-4.4.14/fs/squashfs/ |
D | decompressor_multi_percpu.c | 41 stream->stream = msblk->decompressor->init(msblk, comp_opts); in squashfs_decompressor_create() 55 msblk->decompressor->free(stream->stream); in squashfs_decompressor_create() 71 msblk->decompressor->free(stream->stream); in squashfs_decompressor_destroy() 83 int res = msblk->decompressor->decompress(msblk, stream->stream, bh, b, in squashfs_decompress() 89 msblk->decompressor->name); in squashfs_decompress()
|
D | decompressor_single.c | 39 stream->stream = msblk->decompressor->init(msblk, comp_opts); in squashfs_decompressor_create() 59 msblk->decompressor->free(stream->stream); in squashfs_decompressor_destroy() 71 res = msblk->decompressor->decompress(msblk, stream->stream, bh, b, in squashfs_decompress() 77 msblk->decompressor->name); in squashfs_decompress()
|
D | decompressor.c | 72 static const struct squashfs_decompressor *decompressor[] = { variable 86 for (i = 0; decompressor[i]->id; i++) in squashfs_lookup_decompressor() 87 if (id == decompressor[i]->id) in squashfs_lookup_decompressor() 90 return decompressor[i]; in squashfs_lookup_decompressor()
|
D | decompressor_multi.c | 90 decomp_strm->stream = msblk->decompressor->init(msblk, in squashfs_decompressor_create() 118 msblk->decompressor->free(decomp_strm->stream); in squashfs_decompressor_destroy() 158 decomp_strm->stream = msblk->decompressor->init(msblk, in get_decomp_stream() 191 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress() 196 msblk->decompressor->name); in squashfs_decompress()
|
D | decompressor.h | 41 return msblk->decompressor->comp_opts ? in squashfs_comp_opts() 42 msblk->decompressor->comp_opts(msblk, buff, length) : NULL; in squashfs_comp_opts()
|
D | super.c | 55 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem() local 68 decompressor = squashfs_lookup_decompressor(id); in supported_squashfs_filesystem() 69 if (!decompressor->supported) { in supported_squashfs_filesystem() 71 "supported\n", decompressor->name); in supported_squashfs_filesystem() 75 return decompressor; in supported_squashfs_filesystem() 133 msblk->decompressor = supported_squashfs_filesystem( in squashfs_fill_super() 137 if (msblk->decompressor == NULL) in squashfs_fill_super()
|
D | Kconfig | 76 By default Squashfs uses a single decompressor but it gives 78 machines due to waiting on decompressor availability. 83 This decompressor implementation uses up to two parallel 90 By default Squashfs uses a single decompressor but it gives 92 machines due to waiting on decompressor availability. 94 This decompressor implementation uses a maximum of one 95 decompressor per core. It uses percpu variables to ensure
|
D | squashfs_fs_sb.h | 57 const struct squashfs_decompressor *decompressor; member
|
D | Makefile | 7 squashfs-y += namei.o super.o symlink.o decompressor.o
|
/linux-4.4.14/init/ |
D | do_mounts_rd.c | 67 identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor) in identify_ramdisk_image() argument 95 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image() 99 if (!*decompressor) in identify_ramdisk_image() 193 decompress_fn decompressor = NULL; in rd_load_image() local 206 nblocks = identify_ramdisk_image(in_fd, rd_image_start, &decompressor); in rd_load_image() 211 if (crd_load(in_fd, out_fd, decompressor) == 0) in rd_load_image()
|
/linux-4.4.14/lib/ |
D | decompress.c | 43 decompress_fn decompressor; member 77 return cf->decompressor; in decompress_method()
|
/linux-4.4.14/Documentation/arm/ |
D | Porting | 17 Start address of decompressor. There's no point in talking about 19 the time when you call the decompressor code. You normally call 25 Start address of zero-initialised work area for the decompressor. 26 This must be pointing at RAM. The decompressor will zero initialise 90 when using the decompressor.
|
D | Booting | 113 the kernel decompressor nor initrd 'bootp' program will overwrite 128 placed in a region of memory where the kernel decompressor will not 141 a region of memory where the kernel decompressor will not overwrite it
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v32.S | 23 jump $r10 ; Jump to decompressor
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 79 move.d $r5, [input_data] ; for the decompressor 121 .dword 0 ; used by the decompressor
|
D | README | 16 The decompressor is built into the file decompress.o. It is turned into
|
/linux-4.4.14/Documentation/ |
D | xz.txt | 13 The XZ decompressor in Linux is called XZ Embedded. It supports 26 The xz_dec module provides XZ decompressor with single-call (buffer 31 useful unless you are hacking the XZ decompressor. xz_dec_test
|
D | lzo.txt | 2 LZO stream format as understood by Linux's LZO decompressor 9 decompressor as implemented in the Linux kernel understands. The file subject
|
D | 00-INDEX | 297 - kernel LZO decompressor input formats
|
/linux-4.4.14/lib/xz/ |
D | Kconfig | 48 tristate "XZ decompressor tester"
|
/linux-4.4.14/include/linux/ |
D | isdn_ppp.h | 187 struct isdn_ppp_compressor *compressor,*decompressor; member
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 22 ;; information from the decompressor (if the kernel was compressed).
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 298 is->link_decompressor = is->decompressor = NULL; in isdn_ppp_open() 406 is->decompressor->free(is->decomp_stat); in isdn_ppp_release() 408 is->decompressor = is->link_decompressor = NULL; in isdn_ppp_release() 2545 ipc = master->decompressor; in isdn_ppp_decompress() 2723 if (!mis->decompressor) in isdn_ppp_receive_ccp() 2727 if (!is->decompressor) in isdn_ppp_receive_ccp() 2742 if (mis->decompressor && mis->decomp_stat) in isdn_ppp_receive_ccp() 2743 mis->decompressor-> in isdn_ppp_receive_ccp() 3031 is->decompressor->free(is->decomp_stat); in isdn_ppp_set_compressor() 3033 is->decompressor = ipc; in isdn_ppp_set_compressor()
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 22 ;; information from the decompressor (if the kernel was compressed).
|
/linux-4.4.14/Documentation/networking/ |
D | ppp_generic.txt | 355 SC_DECOMP_RUN CCP decompressor is running 356 SC_DC_ERROR CCP decompressor detected non-fatal error 357 SC_DC_FERROR CCP decompressor detected fatal error 390 decompressor. The lower 16 bits of the int pointed to by the 393 connection-ID for the decompressor, otherwise the decompressor's
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | dram_init.S | 19 ;; information from the decompressor (if the kernel was compressed).
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | Kconfig | 473 bool "Detect machine ID at run-time in the decompressor" 476 Say Y here if you want the zImage decompressor to detect
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 27 ;; NOTE: R8 and R9 carry information from the decompressor (if the
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1597 This option influences the normal decompressor output for 1599 decompressor output because it is not possible to know where to 1600 send the decompressor output. 1603 will be re-used for normal decompressor output on multiplatform
|
D | Kconfig | 1866 decompressor is running. It must be large enough to hold the
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 61 The AArch64 kernel does not currently provide a decompressor and
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 36 ;; information from the decompressor (if the kernel was compressed).
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 722 @ for the decompressor C code:
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2758 DTB) appended to raw vmlinux.bin (without decompressor). 2776 DTB) appended to raw vmlinuz.bin (with decompressor).
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 418 This requests to the kernel (decompressor and early
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 276 the decompressor (the real mode entry point goes to the same 32bit
|