Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dops_fstype.c1188 sdp->sd_glock_wq = alloc_workqueue("gfs2-glock/%s", in gfs2_fill_super()
1192 if (!sdp->sd_glock_wq) in gfs2_fill_super()
1311 if (sdp->sd_glock_wq) in gfs2_fill_super()
1312 destroy_workqueue(sdp->sd_glock_wq); in gfs2_fill_super()
H A Dglock.c224 if (!queue_delayed_work(sdp->sd_glock_wq, &gl->gl_work, delay)) { in gfs2_glock_queue_work()
2150 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2152 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2169 destroy_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2170 sdp->sd_glock_wq = NULL; in gfs2_gl_hash_clear()
H A Dincore.h775 struct workqueue_struct *sd_glock_wq; member