squashfs_decompressor
static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {
static const struct squashfs_decompressor squashfs_lz4_comp_ops = {
static const struct squashfs_decompressor squashfs_lzo_comp_ops = {
static const struct squashfs_decompressor squashfs_xz_comp_ops = {
static const struct squashfs_decompressor squashfs_zlib_comp_ops = {
static const struct squashfs_decompressor squashfs_zstd_comp_ops = {
static const struct squashfs_decompressor squashfs_unknown_comp_ops = {
static const struct squashfs_decompressor *decompressor[] = {
const struct squashfs_decompressor *squashfs_lookup_decompressor(int id)
extern const struct squashfs_decompressor squashfs_xz_comp_ops;
extern const struct squashfs_decompressor squashfs_lz4_comp_ops;
extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
extern const struct squashfs_decompressor squashfs_zstd_comp_ops;
const struct squashfs_decompressor squashfs_lz4_comp_ops = {
const struct squashfs_decompressor squashfs_lzo_comp_ops = {
extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
const struct squashfs_decompressor *decompressor;
static const struct squashfs_decompressor *supported_squashfs_filesystem(
const struct squashfs_decompressor *decompressor;
const struct squashfs_decompressor squashfs_xz_comp_ops = {
const struct squashfs_decompressor squashfs_zlib_comp_ops = {
const struct squashfs_decompressor squashfs_zstd_comp_ops = {