fs/gfs2/glock.c
1268
wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
fs/gfs2/glock.c
1278
if (test_bit(HIF_WAIT, &ghs[i].gh_iflags))
fs/gfs2/glock.c
1443
if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags))
fs/gfs2/glock.c
1546
return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1;
fs/gfs2/glock.c
1566
if (test_bit(HIF_WAIT, &gh->gh_iflags))
fs/gfs2/glock.c
1627
wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
fs/gfs2/glock.c
2209
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
1213
!test_bit(HIF_WAIT, &gh->gh_iflags) ||