Home
last modified time | relevance | path

Searched refs:LM_ST_UNLOCKED (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dglock.c152 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
265 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
382 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
383 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
432 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
433 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
456 case LM_ST_UNLOCKED: in finish_xmote()
463 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
476 if (state != LM_ST_UNLOCKED) { in finish_xmote()
517 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && in do_xmote()
[all …]
Dglock.h49 #define LM_ST_UNLOCKED 0 macro
Dlock_dlm.c172 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
191 case LM_ST_UNLOCKED: in make_mode()
Dglops.c545 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
Dsys.c233 glmode = LM_ST_UNLOCKED; in demote_rq_store()
Drgrp.c1935 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()