Searched refs:thread_ops (Results 1 – 4 of 4) sorted by relevance
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()457 msblk->thread_ops->destroy(msblk); in squashfs_fill_super()534 opts->thread_ops = &squashfs_decompressor_single; in squashfs_init_fs_context()536 opts->thread_ops = &squashfs_decompressor_multi; in squashfs_init_fs_context()[all …]
69 const struct squashfs_decompressor_thread_ops *thread_ops; member
137 stream = msblk->thread_ops->create(msblk, comp_opts); in squashfs_decompressor_setup()
219 res = msblk->thread_ops->decompress(msblk, bio, offset, length, output); in squashfs_read_data()
Completed in 8 milliseconds