Searched refs:GLF_UNLOCKED (Results 1 – 5 of 5) sorted by relevance
/linux/fs/gfs2/ |
H A D | util.c | 210 set_bit(GLF_UNLOCKED, &i_gl->gl_flags); in signal_our_withdraw() 211 wait_on_bit(&i_gl->gl_flags, GLF_UNLOCKED, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
|
H A D | glops.c | 657 if (!test_bit(GLF_UNLOCKED, &gl->gl_flags)) in inode_go_unlocked() 659 clear_bit_unlock(GLF_UNLOCKED, &gl->gl_flags); in inode_go_unlocked() 660 wake_up_bit(&gl->gl_flags, GLF_UNLOCKED); in inode_go_unlocked()
|
H A D | incore.h | 330 GLF_UNLOCKED = 16, /* Wait for glock to be unlocked */ enumerator
|
H A D | trace_gfs2.h | 63 {(1UL << GLF_UNLOCKED), "x" }, \
|
H A D | glock.c | 2342 if (test_bit(GLF_UNLOCKED, gflags)) in gflags2str()
|