Searched refs:post_read_wq (Results 1 – 2 of 2) sorted by relevance
291 queue_work(ctx->sbi->post_read_wq, &ctx->work); in f2fs_read_end_io()4205 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()4208 if (!sbi->post_read_wq) in f2fs_init_post_read_wq()4215 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()4216 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
1748 struct workqueue_struct *post_read_wq; /* post read workqueue */ member