Searched refs:squashfs_decompressor (Results 1 – 10 of 10) sorted by relevance
26 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()
15 struct squashfs_decompressor { struct35 extern const struct squashfs_decompressor squashfs_xz_comp_ops; argument39 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;
44 const struct squashfs_decompressor *decompressor;
43 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
115 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
128 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
137 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
146 const struct squashfs_decompressor squashfs_zstd_comp_ops = {
187 const struct squashfs_decompressor squashfs_xz_comp_ops = {
152 static const struct squashfs_decompressor *supported_squashfs_filesystem( in supported_squashfs_filesystem()156 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()
Completed in 12 milliseconds