Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dglock.c285 if (gl->gl_state != LM_ST_UNLOCKED) { in __gfs2_glock_put_or_lock()
376 return gl->gl_state != LM_ST_UNLOCKED; in may_grant()
602 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
603 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
629 case LM_ST_UNLOCKED: in finish_xmote()
636 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
649 if (state != LM_ST_UNLOCKED) { in finish_xmote()
696 if (target != LM_ST_UNLOCKED && glock_blocked_by_withdraw(gl) && in do_xmote()
703 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && in do_xmote()
717 if ((gl->gl_req == LM_ST_UNLOCKED) || in do_xmote()
[all …]
Dglops.c564 gl->gl_state != LM_ST_UNLOCKED) || in freeze_go_callback()
565 gl->gl_demote_state != LM_ST_UNLOCKED) in freeze_go_callback()
625 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
680 if (gl->gl_demote_state != LM_ST_UNLOCKED) in nondisk_go_callback()
Dglock.h47 #define LM_ST_UNLOCKED 0 macro
Dlock_dlm.c194 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
213 case LM_ST_UNLOCKED: in make_mode()
Drgrp.c729 if (gl->gl_state != LM_ST_UNLOCKED) { in gfs2_clear_rgrpd()
730 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gfs2_clear_rgrpd()
2021 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
Dsys.c321 glmode = LM_ST_UNLOCKED; in demote_rq_store()