Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c175 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
301 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
418 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
419 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
468 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
469 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
492 case LM_ST_UNLOCKED: in finish_xmote()
499 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
512 if (state != LM_ST_UNLOCKED) { in finish_xmote()
550 target != LM_ST_UNLOCKED) in do_xmote()
[all …]
Dglock.h50 #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.c573 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
Dsys.c248 glmode = LM_ST_UNLOCKED; in demote_rq_store()
Drgrp.c2004 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()