squashfs_decompressor_thread_ops
const struct squashfs_decompressor_thread_ops squashfs_decompressor_multi = {
const struct squashfs_decompressor_thread_ops squashfs_decompressor_percpu = {
const struct squashfs_decompressor_thread_ops squashfs_decompressor_single = {
extern const struct squashfs_decompressor_thread_ops squashfs_decompressor_single;
extern const struct squashfs_decompressor_thread_ops squashfs_decompressor_multi;
extern const struct squashfs_decompressor_thread_ops squashfs_decompressor_percpu;
const struct squashfs_decompressor_thread_ops *thread_ops;
const struct squashfs_decompressor_thread_ops *thread_ops;