Searched refs:HIF_WAIT (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/gfs2/ |
D | glock.c | 370 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake() 372 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake() 391 if (!test_bit(HIF_WAIT, &gh->gh_iflags)) in do_error() 1328 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait() 1338 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) in glocks_pending() 1393 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) { in gfs2_glock_async_wait() 1488 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags)) in add_to_queue() 1599 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1; in gfs2_glock_poll() 1703 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq() 2300 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
|
D | incore.h | 256 HIF_WAIT = 10, enumerator
|
D | super.c | 1192 !test_bit(HIF_WAIT, &gh->gh_iflags) || in gfs2_upgrade_iopen_glock()
|