Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dmain.c155 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
157 if (!gfs_recovery_wq) in init_gfs2_fs()
185 destroy_workqueue(gfs_recovery_wq); in init_gfs2_fs()
233 destroy_workqueue(gfs_recovery_wq); in exit_gfs2_fs()
Drecovery.h15 extern struct workqueue_struct *gfs_recovery_wq;
Drecovery.c30 struct workqueue_struct *gfs_recovery_wq; variable
602 rv = queue_work(gfs_recovery_wq, &jd->jd_work); in gfs2_recover_journal()