Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c172 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
298 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
420 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
421 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
470 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
471 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
494 case LM_ST_UNLOCKED: in finish_xmote()
501 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
515 if (state != LM_ST_UNLOCKED) { in finish_xmote()
553 target != LM_ST_UNLOCKED) in do_xmote()
[all …]
Dglock.h47 #define LM_ST_UNLOCKED 0 macro
Dlock_dlm.c169 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
188 case LM_ST_UNLOCKED: in make_mode()
Dglops.c577 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
Dsys.c245 glmode = LM_ST_UNLOCKED; in demote_rq_store()
Drgrp.c2014 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()