Home
last modified time | relevance | path

Searched refs:squashfs_decompressor (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/squashfs/
H A Ddecompressor.h15 struct squashfs_decompressor { struct
34 extern const struct squashfs_decompressor squashfs_xz_comp_ops;
38 extern const struct squashfs_decompressor squashfs_lz4_comp_ops;
42 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
46 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
50 extern const struct squashfs_decompressor squashfs_zstd_comp_ops;
H A Ddecompressor.c27 static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {
32 static const struct squashfs_decompressor squashfs_lz4_comp_ops = {
38 static const struct squashfs_decompressor squashfs_lzo_comp_ops = {
44 static const struct squashfs_decompressor squashfs_xz_comp_ops = {
50 static const struct squashfs_decompressor squashfs_zlib_comp_ops = {
56 static const struct squashfs_decompressor squashfs_zstd_comp_ops = {
61 static const struct squashfs_decompressor squashfs_unknown_comp_ops = {
65 static const struct squashfs_decompressor *decompressor[] = {
76 const struct squashfs_decompressor *squashfs_lookup_decompressor(int id) in squashfs_lookup_decompressor()
H A Dsquashfs_fs_sb.h44 const struct squashfs_decompressor *decompressor;
H A Dsquashfs.h37 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
H A Dlz4_wrapper.c135 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
H A Dlzo_wrapper.c113 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
H A Dzstd_wrapper.c137 const struct squashfs_decompressor squashfs_zstd_comp_ops = {
H A Dzlib_wrapper.c119 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
H A Dxz_wrapper.c179 const struct squashfs_decompressor squashfs_xz_comp_ops = {
H A Dsuper.c41 static const struct squashfs_decompressor *supported_squashfs_filesystem( in supported_squashfs_filesystem()
45 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()
/kernel/linux/linux-6.6/fs/squashfs/
H A Ddecompressor.h15 struct squashfs_decompressor { struct
35 extern const struct squashfs_decompressor squashfs_xz_comp_ops;
39 extern const struct squashfs_decompressor squashfs_lz4_comp_ops;
43 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
47 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
51 extern const struct squashfs_decompressor squashfs_zstd_comp_ops;
H A Ddecompressor.c26 static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {
31 static const struct squashfs_decompressor squashfs_lz4_comp_ops = {
37 static const struct squashfs_decompressor squashfs_lzo_comp_ops = {
43 static const struct squashfs_decompressor squashfs_xz_comp_ops = {
49 static const struct squashfs_decompressor squashfs_zlib_comp_ops = {
55 static const struct squashfs_decompressor squashfs_zstd_comp_ops = {
60 static const struct squashfs_decompressor squashfs_unknown_comp_ops = {
64 static const struct squashfs_decompressor *decompressor[] = {
75 const struct squashfs_decompressor *squashfs_lookup_decompressor(int id) in squashfs_lookup_decompressor()
H A Dsquashfs_fs_sb.h44 const struct squashfs_decompressor *decompressor;
H A Dsquashfs.h37 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
H A Dlz4_wrapper.c137 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
H A Dlzo_wrapper.c115 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
H A Dzstd_wrapper.c146 const struct squashfs_decompressor squashfs_zstd_comp_ops = {
H A Dzlib_wrapper.c128 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
H A Dxz_wrapper.c187 const struct squashfs_decompressor squashfs_xz_comp_ops = {
H A Dsuper.c152 static const struct squashfs_decompressor *supported_squashfs_filesystem( in supported_squashfs_filesystem()
156 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()

Completed in 7 milliseconds