Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c308 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake()
310 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake()
949 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait()
1025 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags)) in add_to_queue()
1132 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1; in gfs2_glock_poll()
1698 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
Dincore.h276 HIF_WAIT = 10, enumerator