Searched refs:gfs2_control_wq (Results 1 – 2 of 2) sorted by relevance
32 struct workqueue_struct *gfs2_control_wq; variable162 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()164 if (!gfs2_control_wq) in init_gfs2_fs()178 destroy_workqueue(gfs2_control_wq); in init_gfs2_fs()224 destroy_workqueue(gfs2_control_wq); in exit_gfs2_fs()
23 extern struct workqueue_struct *gfs2_control_wq;1116 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in gdlm_recover_done()1160 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, in gdlm_recovery_result()