Home
last modified time | relevance | path

Searched refs:decompressor (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/squashfs/
H A Ddecompressor_multi_percpu.c41 stream->stream = msblk->decompressor->init(msblk, comp_opts); in squashfs_decompressor_create()
56 msblk->decompressor->free(stream->stream); in squashfs_decompressor_create()
72 msblk->decompressor->free(stream->stream); in squashfs_decompressor_destroy()
87 res = msblk->decompressor->decompress(msblk, stream->stream, bio, in squashfs_decompress()
94 msblk->decompressor->name); in squashfs_decompress()
H A Ddecompressor_single.c37 stream->stream = msblk->decompressor->init(msblk, comp_opts); in squashfs_decompressor_create()
57 msblk->decompressor->free(stream->stream); in squashfs_decompressor_destroy()
70 res = msblk->decompressor->decompress(msblk, stream->stream, bio, in squashfs_decompress()
76 msblk->decompressor->name); in squashfs_decompress()
H A Ddecompressor_multi.c88 decomp_strm->stream = msblk->decompressor->init(msblk, in squashfs_decompressor_create()
116 msblk->decompressor->free(decomp_strm->stream); in squashfs_decompressor_destroy()
156 decomp_strm->stream = msblk->decompressor->init(msblk, in get_decomp_stream()
190 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress()
195 msblk->decompressor->name); in squashfs_decompress()
H A Ddecompressor.c65 static const struct squashfs_decompressor *decompressor[] = { variable
80 for (i = 0; decompressor[i]->id; i++) in squashfs_lookup_decompressor()
81 if (id == decompressor[i]->id) in squashfs_lookup_decompressor()
84 return decompressor[i]; in squashfs_lookup_decompressor()
H A Dsuper.c44 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem() local
57 decompressor = squashfs_lookup_decompressor(id); in supported_squashfs_filesystem()
58 if (!decompressor->supported) { in supported_squashfs_filesystem()
60 decompressor->name); in supported_squashfs_filesystem()
64 return decompressor; in supported_squashfs_filesystem()
121 msblk->decompressor = supported_squashfs_filesystem( in squashfs_fill_super()
126 if (msblk->decompressor == NULL) in squashfs_fill_super()
H A Ddecompressor.h29 return msblk->decompressor->comp_opts ? in squashfs_comp_opts()
30 msblk->decompressor->comp_opts(msblk, buff, length) : NULL; in squashfs_comp_opts()
H A DKconfig77 By default Squashfs uses a single decompressor but it gives
79 machines due to waiting on decompressor availability.
84 This decompressor implementation uses up to two parallel
91 By default Squashfs uses a single decompressor but it gives
93 machines due to waiting on decompressor availability.
95 This decompressor implementation uses a maximum of one
96 decompressor per core. It uses percpu variables to ensure
H A Dsquashfs_fs_sb.h44 const struct squashfs_decompressor *decompressor; member
H A DMakefile8 squashfs-y += namei.o super.o symlink.o decompressor.o
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_rd.c59 decompress_fn *decompressor) in identify_ramdisk_image() argument
88 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
92 if (!*decompressor) in identify_ramdisk_image()
193 decompress_fn decompressor = NULL; in rd_load_image() local
207 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
212 if (crd_load(decompressor) == 0) in rd_load_image()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py52 decompressor = {
57 if not decompressor:
59 cmd = "%s -dc %s > %s" % (decompressor, src, dst)
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress.c48 decompress_fn decompressor; member
83 return cf->decompressor; in decompress_method()
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dporting.rst21 Start address of decompressor. There's no point in talking about
23 the time when you call the decompressor code. You normally call
29 Start address of zero-initialised work area for the decompressor.
30 This must be pointing at RAM. The decompressor will zero initialise
94 when using the decompressor.
H A Dbooting.rst123 the kernel decompressor nor initrd 'bootp' program will overwrite
138 placed in a region of memory where the kernel decompressor will not
153 a region of memory where the kernel decompressor will not overwrite it
/OK3568_Linux_fs/kernel/fs/erofs/
H A DMakefile6 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dxz.rst14 The XZ decompressor in Linux is called XZ Embedded. It supports
28 The xz_dec module provides XZ decompressor with single-call (buffer
33 useful unless you are hacking the XZ decompressor. xz_dec_test
H A Dlzo.rst2 LZO stream format as understood by Linux's LZO decompressor
10 decompressor as implemented in the Linux kernel understands. The file subject
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dbooting-dt.rst7 the decompressor (the real mode entry point goes to the same 32bit
/OK3568_Linux_fs/kernel/lib/xz/
H A DKconfig49 tristate "XZ decompressor tester"
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A DMakefile13 obj-y := $(if $(CONFIG_KERNEL_UNCOMPRESSED),,decompressor.o) piggy.o info.o
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst358 SC_DECOMP_RUN CCP decompressor is running
359 SC_DC_ERROR CCP decompressor detected non-fatal error
360 SC_DC_FERROR CCP decompressor detected fatal error
396 decompressor. The lower 16 bits of the int pointed to by the
399 connection-ID for the decompressor, otherwise the decompressor's
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx1.dtsi15 * The decompressor and also some bootloaders rely on a
H A Dimx31.dtsi10 * The decompressor and also some bootloaders rely on a
H A Dimx35.dtsi13 * The decompressor and also some bootloaders rely on a
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A DKconfig453 bool "Detect machine ID at run-time in the decompressor"
456 Say Y here if you want the zImage decompressor to detect

123