Home
last modified time | relevance | path

Searched refs:GLF_UNLOCKED (Results 1 – 5 of 5) sorted by relevance

/linux/fs/gfs2/
H A Dutil.c210 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 Dglops.c657 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 Dincore.h330 GLF_UNLOCKED = 16, /* Wait for glock to be unlocked */ enumerator
H A Dtrace_gfs2.h63 {(1UL << GLF_UNLOCKED), "x" }, \
H A Dglock.c2342 if (test_bit(GLF_UNLOCKED, gflags)) in gflags2str()