Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglock.c120 if (gl->gl_state == LM_ST_UNLOCKED) in demote_ok()
204 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
321 held1 = (gl->gl_state != LM_ST_UNLOCKED); in state_change()
322 held2 = (new_state != LM_ST_UNLOCKED); in state_change()
371 state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED) in finish_xmote()
372 gl->gl_target = LM_ST_UNLOCKED; in finish_xmote()
395 case LM_ST_UNLOCKED: in finish_xmote()
402 do_xmote(gl, gh, LM_ST_UNLOCKED); in finish_xmote()
415 if (state != LM_ST_UNLOCKED) { in finish_xmote()
456 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && in do_xmote()
[all …]
Dglock.h49 #define LM_ST_UNLOCKED 0 macro
Dlock_dlm.c172 gfs2_glock_cb(gl, LM_ST_UNLOCKED); in gdlm_bast()
191 case LM_ST_UNLOCKED: in make_mode()
Dglops.c555 if (gl->gl_demote_state == LM_ST_UNLOCKED && in iopen_go_callback()
Dsys.c258 glmode = LM_ST_UNLOCKED; in demote_rq_store()
Drgrp.c1958 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()