Searched refs:squashfs_decompressor (Results 1 – 10 of 10) sorted by relevance
27 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()
13 struct squashfs_decompressor { struct33 extern const struct squashfs_decompressor squashfs_xz_comp_ops; argument37 extern const struct squashfs_decompressor squashfs_lz4_comp_ops;41 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;45 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;49 extern const struct squashfs_decompressor squashfs_zstd_comp_ops;
44 const struct squashfs_decompressor *decompressor;
37 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
114 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
110 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
132 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
40 static const struct squashfs_decompressor *supported_squashfs_filesystem( in supported_squashfs_filesystem()44 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()
135 const struct squashfs_decompressor squashfs_zstd_comp_ops = {
172 const struct squashfs_decompressor squashfs_xz_comp_ops = {