Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dglock.c602 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
603 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
634 case LM_ST_UNLOCKED: in finish_xmote()
640 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
653 if (state != LM_ST_UNLOCKED) { in finish_xmote()
790 (target != LM_ST_UNLOCKED || in do_xmote()
800 state_change(gl, LM_ST_UNLOCKED); in do_xmote()
821 target == LM_ST_UNLOCKED && in do_xmote()
1212 gl->gl_state = LM_ST_UNLOCKED; in gfs2_glock_get()
1213 gl->gl_target = LM_ST_UNLOCKED; in gfs2_glock_get()
[all …]
H A Dglops.c571 gl->gl_state != LM_ST_UNLOCKED) || in freeze_go_callback()
572 gl->gl_demote_state != LM_ST_UNLOCKED) in freeze_go_callback()
632 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
687 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.c194 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
213 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()
2019 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()