Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dmain.c155 gfs2_recovery_wq = alloc_workqueue("gfs2_recovery", in init_gfs2_fs()
157 if (!gfs2_recovery_wq) in init_gfs2_fs()
197 destroy_workqueue(gfs2_recovery_wq); in init_gfs2_fs()
237 destroy_workqueue(gfs2_recovery_wq); in exit_gfs2_fs()
H A Drecovery.h12 extern struct workqueue_struct *gfs2_recovery_wq;
H A Drecovery.c30 struct workqueue_struct *gfs2_recovery_wq; variable
573 rv = queue_work(gfs2_recovery_wq, &jd->jd_work); in gfs2_recover_journal()