Searched refs:GLF_HAVE_REPLY (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/gfs2/ |
| A D | glock.c | 1086 if (test_bit(GLF_HAVE_REPLY, &gl->gl_flags)) { in glock_work_func() 1087 clear_bit(GLF_HAVE_REPLY, &gl->gl_flags); in glock_work_func() 1613 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in gfs2_glock_nq() 1900 if (test_bit(GLF_HAVE_REPLY, &gl->gl_flags)) in gfs2_glock_cb() 1963 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in gfs2_glock_complete() 2159 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in thaw_glock() 2352 if (test_bit(GLF_HAVE_REPLY, gflags)) in gflags2str()
|
| A D | incore.h | 323 GLF_HAVE_REPLY = 9, enumerator
|
| A D | trace_gfs2.h | 56 {(1UL << GLF_HAVE_REPLY), "r" }, \
|
Completed in 14 milliseconds