Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dmain.c160 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
162 if (!gfs_recovery_wq) in init_gfs2_fs()
194 destroy_workqueue(gfs_recovery_wq); in init_gfs2_fs()
236 destroy_workqueue(gfs_recovery_wq); in exit_gfs2_fs()
Drecovery.h15 extern struct workqueue_struct *gfs_recovery_wq;
Drecovery.c33 struct workqueue_struct *gfs_recovery_wq; variable
563 rv = queue_work(gfs_recovery_wq, &jd->jd_work); in gfs2_recover_journal()