Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c198 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
329 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
451 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
452 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
507 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
508 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
531 case LM_ST_UNLOCKED: in finish_xmote()
538 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
552 if (state != LM_ST_UNLOCKED) { in finish_xmote()
599 if (target != LM_ST_UNLOCKED && glock_blocked_by_withdraw(gl) && in do_xmote()
[all …]
Dglock.h47 #define LM_ST_UNLOCKED 0 macro
Dglops.c663 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
724 if (gl->gl_demote_state != LM_ST_UNLOCKED) in nondisk_go_callback()
Dlock_dlm.c173 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
192 case LM_ST_UNLOCKED: in make_mode()
Drgrp.c712 if (gl->gl_state != LM_ST_UNLOCKED) { in gfs2_clear_rgrpd()
713 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gfs2_clear_rgrpd()
1979 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
Dsys.c246 glmode = LM_ST_UNLOCKED; in demote_rq_store()