Home
last modified time | relevance | path

Searched refs:sd_async_glock_wait (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
Dincore.h745 wait_queue_head_t sd_async_glock_wait; member
Dglock.c342 wake_up(&sdp->sd_async_glock_wait); in gfs2_holder_wake()
475 wake_up(&sdp->sd_async_glock_wait); in gfs2_set_demote()
1228 if (!wait_event_timeout(sdp->sd_async_glock_wait, in gfs2_glock_async_wait()
Dsuper.c1228 timeout = wait_event_interruptible_timeout(sdp->sd_async_glock_wait, in gfs2_upgrade_iopen_glock()
Dops_fstype.c91 init_waitqueue_head(&sdp->sd_async_glock_wait); in init_sbd()