Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dops_fstype.c1191 sdp->sd_glock_wq = alloc_workqueue("gfs2-glock/%s", in gfs2_fill_super()
1194 if (!sdp->sd_glock_wq) in gfs2_fill_super()
1310 if (sdp->sd_glock_wq) in gfs2_fill_super()
1311 destroy_workqueue(sdp->sd_glock_wq); in gfs2_fill_super()
H A Dglock.c250 if (!queue_delayed_work(sdp->sd_glock_wq, &gl->gl_work, delay)) { in gfs2_glock_queue_work()
2210 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2212 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2229 destroy_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()
2230 sdp->sd_glock_wq = NULL; in gfs2_gl_hash_clear()
H A Dincore.h775 struct workqueue_struct *sd_glock_wq; member