Home
last modified time | relevance | path

Searched refs:thread_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/squashfs/
Dsuper.c55 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->max_decompressors(); in squashfs_fill_super()
472 msblk->thread_ops->destroy(msblk); in squashfs_fill_super()
[all …]
Dsquashfs_fs_sb.h70 const struct squashfs_decompressor_thread_ops *thread_ops; member
Ddecompressor.c136 stream = msblk->thread_ops->create(msblk, comp_opts); in squashfs_decompressor_setup()
Dblock.c342 res = msblk->thread_ops->decompress(msblk, bio, offset, length, output); in squashfs_read_data()