Searched refs:squashfs_decompressor (Results 1 – 9 of 9) sorted by relevance
40 static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {45 static const struct squashfs_decompressor squashfs_lz4_comp_ops = {51 static const struct squashfs_decompressor squashfs_lzo_comp_ops = {57 static const struct squashfs_decompressor squashfs_xz_comp_ops = {63 static const struct squashfs_decompressor squashfs_zlib_comp_ops = {68 static const struct squashfs_decompressor squashfs_unknown_comp_ops = {72 static const struct squashfs_decompressor *decompressor[] = {82 const struct squashfs_decompressor *squashfs_lookup_decompressor(int id) in squashfs_lookup_decompressor()
26 struct squashfs_decompressor { struct46 extern const struct squashfs_decompressor squashfs_xz_comp_ops; argument50 extern const struct squashfs_decompressor squashfs_lz4_comp_ops;54 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;58 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
57 const struct squashfs_decompressor *decompressor;
50 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
127 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
123 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
134 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
185 const struct squashfs_decompressor squashfs_xz_comp_ops = {
52 static const struct squashfs_decompressor *supported_squashfs_filesystem(short in supported_squashfs_filesystem()55 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()