Searched refs:GLF_HAVE_REPLY (Results 1 – 3 of 3) sorted by relevance
| /fs/gfs2/ |
| A D | glock.c | 1074 if (test_bit(GLF_HAVE_REPLY, &gl->gl_flags)) { in glock_work_func() 1075 clear_bit(GLF_HAVE_REPLY, &gl->gl_flags); in glock_work_func() 1584 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in gfs2_glock_nq() 1873 if (test_bit(GLF_HAVE_REPLY, &gl->gl_flags)) in gfs2_glock_cb() 1937 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in gfs2_glock_complete() 2133 set_bit(GLF_HAVE_REPLY, &gl->gl_flags); in thaw_glock() 2328 if (test_bit(GLF_HAVE_REPLY, gflags)) in gflags2str()
|
| A D | incore.h | 323 GLF_HAVE_REPLY = 9, enumerator
|
| A D | trace_gfs2.h | 57 {(1UL << GLF_HAVE_REPLY), "r" }, \
|
Completed in 15 milliseconds