Home
last modified time | relevance | path

Searched refs:post_read_wq (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c286 queue_work(sbi->post_read_wq, work); in f2fs_enqueue_post_read_work()
4250 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()
4253 if (!sbi->post_read_wq) in f2fs_init_post_read_wq()
4260 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()
4261 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
H A Df2fs.h1588 struct workqueue_struct *post_read_wq; /* post read workqueue */ member
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c317 queue_work(ctx->sbi->post_read_wq, &ctx->work); in f2fs_read_end_io()
4185 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()
4188 return sbi->post_read_wq ? 0 : -ENOMEM; in f2fs_init_post_read_wq()
4193 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()
4194 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
H A Dcompress.c1725 queue_work(F2FS_I_SB(dic->inode)->post_read_wq, in f2fs_put_dic()
H A Df2fs.h1749 struct workqueue_struct *post_read_wq; /* post read workqueue */ member

Completed in 29 milliseconds