Searched refs:thread_ops (Results 1 – 4 of 4) sorted by relevance
55 const struct squashfs_decompressor_thread_ops *thread_ops; member 76 opts->thread_ops = &squashfs_decompressor_single; in squashfs_parse_param_threads_str() 80 opts->thread_ops = &squashfs_decompressor_multi; in squashfs_parse_param_threads_str() 84 opts->thread_ops = &squashfs_decompressor_percpu; in squashfs_parse_param_threads_str() 101 opts->thread_ops = &squashfs_decompressor_multi; in squashfs_parse_param_threads_num() 102 if (num > opts->thread_ops->max_decompressors()) in squashfs_parse_param_threads_num() 109 opts->thread_ops = &squashfs_decompressor_single; in squashfs_parse_param_threads_num() 200 msblk->thread_ops = opts->thread_ops; in squashfs_fill_super() 237 msblk->max_thread_num = msblk->thread_ops in squashfs_fill_super() [all...]
70 const struct squashfs_decompressor_thread_ops *thread_ops; member
136 stream = msblk->thread_ops->create(msblk, comp_opts); in squashfs_decompressor_setup()
342 res = msblk->thread_ops->decompress(msblk, bio, offset, length, output); in squashfs_read_data()