HIF_WAIT          283 fs/gfs2/glock.c 	clear_bit(HIF_WAIT, &gh->gh_iflags);
HIF_WAIT          285 fs/gfs2/glock.c 	wake_up_bit(&gh->gh_iflags, HIF_WAIT);
HIF_WAIT          804 fs/gfs2/glock.c 	wait_on_bit(&gh->gh_iflags, HIF_WAIT, just_schedule, TASK_UNINTERRUPTIBLE);
HIF_WAIT          888 fs/gfs2/glock.c 	if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags))
HIF_WAIT          983 fs/gfs2/glock.c 	return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1;
HIF_WAIT         1587 fs/gfs2/glock.c 	if (test_bit(HIF_WAIT, &iflags))