fs/gfs2/glock.c
1269
wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
fs/gfs2/glock.c
1279
if (test_bit(HIF_WAIT, &ghs[i].gh_iflags))
fs/gfs2/glock.c
1444
if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags))
fs/gfs2/glock.c
1547
return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1;
fs/gfs2/glock.c
1567
if (test_bit(HIF_WAIT, &gh->gh_iflags))
fs/gfs2/glock.c
1628
wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
fs/gfs2/glock.c
2210
if (test_bit(HIF_WAIT, &iflags))
fs/gfs2/glock.c
356
clear_bit(HIF_WAIT, &gh->gh_iflags);
fs/gfs2/glock.c
358
wake_up_bit(&gh->gh_iflags, HIF_WAIT);
fs/gfs2/super.c
1211
!test_bit(HIF_WAIT, &gh->gh_iflags) ||