Home
last modified time | relevance | path

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

/fs/gfs2/
Dmain.c157 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
159 if (!gfs_recovery_wq) in init_gfs2_fs()
180 destroy_workqueue(gfs_recovery_wq); in init_gfs2_fs()
223 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
608 rv = queue_work(gfs_recovery_wq, &jd->jd_work); in gfs2_recover_journal()