Home
last modified time | relevance | path

Searched refs:DLM_LOCK_IV (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c130 mlog_bug_on_msg(lockres->l_requested == DLM_LOCK_IV, in user_ast()
144 lockres->l_requested = DLM_LOCK_IV; in user_ast()
233 lockres->l_level = DLM_LOCK_IV; in user_unlock_ast()
244 lockres->l_requested = DLM_LOCK_IV; /* cancel an in user_unlock_ast()
467 if (lockres->l_level != DLM_LOCK_IV) in user_dlm_cluster_lock()
474 BUG_ON(level == DLM_LOCK_IV); in user_dlm_cluster_lock()
579 lockres->l_level = DLM_LOCK_IV; in user_dlm_lock_res_init()
580 lockres->l_requested = DLM_LOCK_IV; in user_dlm_lock_res_init()
581 lockres->l_blocking = DLM_LOCK_IV; in user_dlm_lock_res_init()
H A Ddlmfs.c177 if (level != DLM_LOCK_IV) in dlmfs_file_release()
/openbmc/linux/include/uapi/linux/
H A Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/openbmc/linux/fs/dlm/
H A Dlock.c1202 lkb->lkb_grmode = DLM_LOCK_IV; in _create_lkb()
1836 lkb->lkb_grmode = DLM_LOCK_IV; in _remove_lock()
1861 lkb->lkb_rqmode = DLM_LOCK_IV; in revert_lock()
1872 lkb->lkb_grmode = DLM_LOCK_IV; in revert_lock()
1899 lkb->lkb_rqmode = DLM_LOCK_IV; in _grant_lock()
1939 if (lkb->lkb_rqmode == DLM_LOCK_IV || lkb->lkb_grmode == DLM_LOCK_IV) { in munge_demoted()
2292 hi = DLM_LOCK_IV; in grant_pending_convert()
2391 int high = DLM_LOCK_IV; in grant_pending_locks()
2403 if (high == DLM_LOCK_IV) in grant_pending_locks()
3729 lkb->lkb_grmode = DLM_LOCK_IV; in receive_request_args()
[all …]
H A Drecover.c835 if (lkb->lkb_grmode != DLM_LOCK_IV) in recover_conversion()
H A Dlockspace.c732 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
H A Duser.c185 if (mode == DLM_LOCK_IV) in lkb_is_endoflife()
H A Ddebug_fs.c33 case DLM_LOCK_IV: in print_lockmode()
/openbmc/linux/fs/ocfs2/
H A Dstack_o2cb.c32 #if (DLM_LOCK_IV != LKM_IVMODE)
H A Ddlmglue.c520 res->l_level = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
521 res->l_requested = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
522 res->l_blocking = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
1237 lockres->l_level = DLM_LOCK_IV; in ocfs2_unlock_ast()
1574 BUG_ON(level == DLM_LOCK_IV); in __ocfs2_cluster_lock()
/openbmc/linux/fs/gfs2/
H A Dtrace_gfs2.h155 glock_trace_name(DLM_LOCK_IV),
/openbmc/linux/include/trace/events/
H A Ddlm.h37 { DLM_LOCK_IV, "IV"}, \
/openbmc/linux/drivers/md/
H A Dmd-cluster.c197 res->mode = DLM_LOCK_IV; in lockres_init()