Searched refs:post_read_wq (Results 1 – 3 of 3) sorted by relevance
317 queue_work(ctx->sbi->post_read_wq, &ctx->work); in f2fs_read_end_io()4123 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()4126 return sbi->post_read_wq ? 0 : -ENOMEM; in f2fs_init_post_read_wq()4131 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()4132 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
1746 queue_work(F2FS_I_SB(dic->inode)->post_read_wq, in f2fs_put_dic()
1754 struct workqueue_struct *post_read_wq; /* post read workqueue */ member