Home
last modified time | relevance | path

Searched refs:squashfs (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/squashfs/
H A DMakefile6 obj-$(CONFIG_SQUASHFS) += squashfs.o
8 squashfs-y += namei.o super.o symlink.o decompressor.o
9 squashfs-$(CONFIG_SQUASHFS_FILE_CACHE) += file_cache.o
11 squashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += decompressor_single.o
12 squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += decompressor_multi.o
14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
15 squashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper.o
16 squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
17 squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
18 squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/squashfs/
H A DMakefile6 obj-$(CONFIG_SQUASHFS) += squashfs.o
8 squashfs-y += namei.o super.o symlink.o decompressor.o
9 squashfs-$(CONFIG_SQUASHFS_FILE_CACHE) += file_cache.o
11 squashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += decompressor_single.o
12 squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += decompressor_multi.o
14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
15 squashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper.o
16 squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
17 squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
18 squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/squashfs/
H A DMakefile6 obj-$(CONFIG_SQUASHFS) += squashfs.o
8 squashfs-y += namei.o super.o symlink.o decompressor.o
9 squashfs-$(CONFIG_SQUASHFS_FILE_CACHE) += file_cache.o
11 squashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += decompressor_single.o
12 squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += decompressor_multi.o
14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
15 squashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper.o
16 squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
17 squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
18 squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
[all …]
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/contrib/linux-kernel/
H A D0004-squashfs-Add-zstd-support.patch64 diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
66 --- a/fs/squashfs/Kconfig
67 +++ b/fs/squashfs/Kconfig
89 diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
91 --- a/fs/squashfs/Makefile
92 +++ b/fs/squashfs/Makefile
98 diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c
123 diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h
136 diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h
148 diff --git a/fs/squashfs/zstd_wrapper.c b/fs/squashfs/zstd_wrapper.c
[all …]
H A D0006-squashfs-tools-Add-zstd-support.patch29 diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
31 --- a/squashfs-tools/Makefile
32 +++ b/squashfs-tools/Makefile
67 diff --git a/squashfs-tools/compressor.c b/squashfs-tools/compressor.c
69 --- a/squashfs-tools/compressor.c
70 +++ b/squashfs-tools/compressor.c
93 diff --git a/squashfs-tools/squashfs_fs.h b/squashfs-tools/squashfs_fs.h
95 --- a/squashfs-tools/squashfs_fs.h
96 +++ b/squashfs-tools/squashfs_fs.h
105 diff --git a/squashfs-tools/zstd_wrapper.c b/squashfs-tools/zstd_wrapper.c
[all …]
/dports/archivers/zstd/zstd-1.5.0/contrib/linux-kernel/
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/contrib/linux-kernel/
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/contrib/linux-kernel/
H A Dsquashfs-benchmark.sh21 sudo umount /mnt/squashfs 2> /dev/null > /dev/null || true
34 sudo mount -t squashfs $BENCHMARK_FS /mnt/squashfs
37 time sudo tar -c /mnt/squashfs 2> /dev/null | wc -c > /dev/null
39 sudo umount /mnt/squashfs

12345678910>>...38