Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglock.c211 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake()
213 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake()
813 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait()
889 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags)) in add_to_queue()
997 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1; in gfs2_glock_poll()
1563 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
Dincore.h254 HIF_WAIT = 10, enumerator