Searched refs:post_read_wq (Results 1 – 2 of 2) sorted by relevance
286 queue_work(sbi->post_read_wq, work); in f2fs_enqueue_post_read_work()4175 sbi->post_read_wq = alloc_workqueue("f2fs_post_read_wq", in f2fs_init_post_read_wq()4178 if (!sbi->post_read_wq) in f2fs_init_post_read_wq()4185 if (sbi->post_read_wq) in f2fs_destroy_post_read_wq()4186 destroy_workqueue(sbi->post_read_wq); in f2fs_destroy_post_read_wq()
1614 struct workqueue_struct *post_read_wq; /* post read workqueue */ member