Home
last modified time | relevance | path

Searched refs:gl_target (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dglock.c568 if (new_state != gl->gl_target) in state_change()
613 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
616 if (unlikely(state != gl->gl_target)) { in finish_xmote()
624 gl->gl_target = gh->gh_state; in finish_xmote()
632 gl->gl_target = gl->gl_state; in finish_xmote()
641 do_xmote(gl, gh, gl->gl_target); in finish_xmote()
650 gl->gl_target, state); in finish_xmote()
712 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
824 if (ret == -EINVAL && gl->gl_target == LM_ST_UNLOCKED && in do_xmote()
871 gl->gl_target = gl->gl_demote_state; in run_queue()
[all …]
H A Dincore.h345 gl_target:2, /* Target state */ member
H A Dtrace_gfs2.h113 __entry->tgt_state = glock_trace_state(gl->gl_target);
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst12 as gl_state, gl_target and the list of holders (gl_holders)