Home
last modified time | relevance | path

Searched refs:HIF_WAIT (Results 1 – 2 of 2) sorted by relevance

/fs/gfs2/
Dglock.c218 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake()
220 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake()
832 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait()
908 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags)) in add_to_queue()
1016 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1; in gfs2_glock_poll()
1591 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
Dincore.h254 HIF_WAIT = 10, enumerator