squashfs_decompressor   27 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {
squashfs_decompressor   32 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_lz4_comp_ops = {
squashfs_decompressor   38 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_lzo_comp_ops = {
squashfs_decompressor   44 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_xz_comp_ops = {
squashfs_decompressor   50 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_zlib_comp_ops = {
squashfs_decompressor   56 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_zstd_comp_ops = {
squashfs_decompressor   61 fs/squashfs/decompressor.c static const struct squashfs_decompressor squashfs_unknown_comp_ops = {
squashfs_decompressor   65 fs/squashfs/decompressor.c static const struct squashfs_decompressor *decompressor[] = {
squashfs_decompressor   76 fs/squashfs/decompressor.c const struct squashfs_decompressor *squashfs_lookup_decompressor(int id)
squashfs_decompressor   33 fs/squashfs/decompressor.h extern const struct squashfs_decompressor squashfs_xz_comp_ops;
squashfs_decompressor   37 fs/squashfs/decompressor.h extern const struct squashfs_decompressor squashfs_lz4_comp_ops;
squashfs_decompressor   41 fs/squashfs/decompressor.h extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
squashfs_decompressor   45 fs/squashfs/decompressor.h extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
squashfs_decompressor   49 fs/squashfs/decompressor.h extern const struct squashfs_decompressor squashfs_zstd_comp_ops;
squashfs_decompressor  132 fs/squashfs/lz4_wrapper.c const struct squashfs_decompressor squashfs_lz4_comp_ops = {
squashfs_decompressor  110 fs/squashfs/lzo_wrapper.c const struct squashfs_decompressor squashfs_lzo_comp_ops = {
squashfs_decompressor   37 fs/squashfs/squashfs.h extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
squashfs_decompressor   44 fs/squashfs/squashfs_fs_sb.h 	const struct squashfs_decompressor	*decompressor;
squashfs_decompressor   40 fs/squashfs/super.c static const struct squashfs_decompressor *supported_squashfs_filesystem(
squashfs_decompressor   44 fs/squashfs/super.c 	const struct squashfs_decompressor *decompressor;
squashfs_decompressor  172 fs/squashfs/xz_wrapper.c const struct squashfs_decompressor squashfs_xz_comp_ops = {
squashfs_decompressor  114 fs/squashfs/zlib_wrapper.c const struct squashfs_decompressor squashfs_zlib_comp_ops = {
squashfs_decompressor  135 fs/squashfs/zstd_wrapper.c const struct squashfs_decompressor squashfs_zstd_comp_ops = {