Searched refs:GLF_UNLOCKED (Results 1 – 4 of 4) sorted by relevance
645 if (!test_bit(GLF_UNLOCKED, &gl->gl_flags)) in inode_go_unlocked()647 clear_bit_unlock(GLF_UNLOCKED, &gl->gl_flags); in inode_go_unlocked()648 wake_up_bit(&gl->gl_flags, GLF_UNLOCKED); in inode_go_unlocked()
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()
330 GLF_UNLOCKED = 16, /* Wait for glock to be unlocked */ enumerator
2366 if (test_bit(GLF_UNLOCKED, gflags)) in gflags2str()
Completed in 16 milliseconds