Home
last modified time | relevance | path

Searched refs:GLF_HAVE_FROZEN_REPLY (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/gfs2/
H A Dglock.c1585 test_and_clear_bit(GLF_HAVE_FROZEN_REPLY, &gl->gl_flags))) { in gfs2_glock_nq()
1932 set_bit(GLF_HAVE_FROZEN_REPLY, &gl->gl_flags); in gfs2_glock_complete()
2128 if (!test_and_clear_bit(GLF_HAVE_FROZEN_REPLY, &gl->gl_flags)) in thaw_glock()
2334 if (test_bit(GLF_HAVE_FROZEN_REPLY, gflags)) in gflags2str()
H A Dincore.h325 GLF_HAVE_FROZEN_REPLY = 11, enumerator
H A Dtrace_gfs2.h59 {(1UL << GLF_HAVE_FROZEN_REPLY), "F" }, \