Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dincore.h721 wait_queue_head_t sd_async_glock_wait; member
H A Dglock.c403 wake_up(&sdp->sd_async_glock_wait); in gfs2_holder_wake()
599 wake_up(&sdp->sd_async_glock_wait); in gfs2_set_demote()
1433 if (!wait_event_timeout(sdp->sd_async_glock_wait, in gfs2_glock_async_wait()
H A Dsuper.c1295 wait_event_interruptible_timeout(sdp->sd_async_glock_wait, in gfs2_upgrade_iopen_glock()
H A Dops_fstype.c91 init_waitqueue_head(&sdp->sd_async_glock_wait); in init_sbd()