Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Dmain.c155 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
157 if (!gfs_recovery_wq) in init_gfs2_fs()
197 destroy_workqueue(gfs_recovery_wq); in init_gfs2_fs()
237 destroy_workqueue(gfs_recovery_wq); in exit_gfs2_fs()
Drecovery.h12 extern struct workqueue_struct *gfs_recovery_wq;
Drecovery.c30 struct workqueue_struct *gfs_recovery_wq; variable
573 rv = queue_work(gfs_recovery_wq, &jd->jd_work); in gfs2_recover_journal()