Home
last modified time | relevance | path

Searched refs:post_read_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/f2fs/
Ddata.c306 queue_work(ctx->sbi->post_read_wq, &ctx->work); in f2fs_read_end_io()
4080 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()
4083 if (!sbi->post_read_wq) in f2fs_init_post_read_wq()
4090 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()
4091 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
Dcompress.c1708 queue_work(F2FS_I_SB(dic->inode)->post_read_wq, in f2fs_put_dic()
Df2fs.h1816 struct workqueue_struct *post_read_wq; /* post read workqueue */ member