Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglock.c232 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
391 return gl->gl_state != LM_ST_UNLOCKED; in may_grant()
558 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
559 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
612 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
613 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
639 case LM_ST_UNLOCKED: in finish_xmote()
646 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
659 if (state != LM_ST_UNLOCKED) { in finish_xmote()
706 if (target != LM_ST_UNLOCKED && glock_blocked_by_withdraw(gl) && in do_xmote()
[all …]
H A Dglops.c574 gl->gl_state != LM_ST_UNLOCKED) || in freeze_go_callback()
575 gl->gl_demote_state != LM_ST_UNLOCKED) in freeze_go_callback()
647 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
702 if (gl->gl_demote_state != LM_ST_UNLOCKED) in nondisk_go_callback()
H A Dglock.h47 #define LM_ST_UNLOCKED 0 macro
H A Dlock_dlm.c184 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
203 case LM_ST_UNLOCKED: in make_mode()
H A 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()
H A Dsys.c321 glmode = LM_ST_UNLOCKED; in demote_rq_store()