Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglock.c334 if (new_state != gl->gl_target) in state_change()
372 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
375 if (unlikely(state != gl->gl_target)) { in finish_xmote()
382 gl->gl_target = gh->gh_state; in finish_xmote()
388 gl->gl_target = gl->gl_state; in finish_xmote()
397 do_xmote(gl, gh, gl->gl_target); in finish_xmote()
405 pr_err("wanted %u got %u\n", gl->gl_target, state); in finish_xmote()
455 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
535 gl->gl_target = gl->gl_demote_state; in run_queue()
545 gl->gl_target = gh->gh_state; in run_queue()
[all …]
Dincore.h340 gl_target:2, /* Target state */ member
Dtrace_gfs2.h112 __entry->tgt_state = glock_trace_state(gl->gl_target);
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt9 as gl_state, gl_target and the list of holders (gl_holders)