Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.c259 if (gl->gl_state != LM_ST_UNLOCKED) { in __gfs2_glock_put_or_lock()
350 return gl->gl_state != LM_ST_UNLOCKED; in may_grant()
577 gl->gl_state != LM_ST_UNLOCKED && in finish_xmote()
578 gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
579 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
603 case LM_ST_UNLOCKED: in finish_xmote()
611 do_xmote(gl, gh, LM_ST_UNLOCKED, false); in finish_xmote()
628 if (gl->gl_state != LM_ST_UNLOCKED) { in finish_xmote()
698 if (target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) in do_xmote()
704 if (target != LM_ST_UNLOCKED) in do_xmote()
[all …]
H A Dglops.c575 gl->gl_state != LM_ST_UNLOCKED) || in freeze_go_callback()
576 gl->gl_demote_state != LM_ST_UNLOCKED) in freeze_go_callback()
634 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
H A Dglock.h47 #define LM_ST_UNLOCKED 0 macro
H A Dlock_dlm.c190 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
209 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.c313 glmode = LM_ST_UNLOCKED; in demote_rq_store()