Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dglock.c395 if (new_state != gl->gl_target) in state_change()
433 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
436 if (unlikely(state != gl->gl_target)) { in finish_xmote()
443 gl->gl_target = gh->gh_state; in finish_xmote()
449 gl->gl_target = gl->gl_state; in finish_xmote()
458 do_xmote(gl, gh, gl->gl_target); in finish_xmote()
466 pr_err("wanted %u got %u\n", gl->gl_target, state); in finish_xmote()
516 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
596 gl->gl_target = gl->gl_demote_state; in run_queue()
606 gl->gl_target = gh->gh_state; in run_queue()
[all …]
Dincore.h338 gl_target:2, /* Target state */ member
Dtrace_gfs2.h112 __entry->tgt_state = glock_trace_state(gl->gl_target);
/linux-4.1.27/Documentation/filesystems/
Dgfs2-glocks.txt9 as gl_state, gl_target and the list of holders (gl_holders)