Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlmfs/
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()
Ddlmfs.c177 if (level != DLM_LOCK_IV) in dlmfs_file_release()
/linux-6.1.9/include/uapi/linux/
Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/linux-6.1.9/fs/dlm/
Dlock.c1213 lkb->lkb_grmode = DLM_LOCK_IV; in _create_lkb()
2029 lkb->lkb_grmode = DLM_LOCK_IV; in _remove_lock()
2054 lkb->lkb_rqmode = DLM_LOCK_IV; in revert_lock()
2065 lkb->lkb_grmode = DLM_LOCK_IV; in revert_lock()
2092 lkb->lkb_rqmode = DLM_LOCK_IV; in _grant_lock()
2132 if (lkb->lkb_rqmode == DLM_LOCK_IV || lkb->lkb_grmode == DLM_LOCK_IV) { in munge_demoted()
2268 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted()
2416 int8_t is_convert = (lkb->lkb_grmode != DLM_LOCK_IV); in can_be_granted()
2485 hi = DLM_LOCK_IV; in grant_pending_convert()
2584 int high = DLM_LOCK_IV; in grant_pending_locks()
[all …]
Drecover.c833 if (lkb->lkb_grmode != DLM_LOCK_IV) in recover_conversion()
Dlockspace.c759 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
Ddebug_fs.c32 case DLM_LOCK_IV: in print_lockmode()
Duser.c167 if (mode == DLM_LOCK_IV) in lkb_is_endoflife()
/linux-6.1.9/include/trace/events/
Ddlm.h36 { DLM_LOCK_IV, "IV"}, \
/linux-6.1.9/fs/ocfs2/
Dstack_o2cb.c32 #if (DLM_LOCK_IV != LKM_IVMODE)
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()
/linux-6.1.9/fs/gfs2/
Dtrace_gfs2.h155 glock_trace_name(DLM_LOCK_IV),
/linux-6.1.9/drivers/md/
Dmd-cluster.c197 res->mode = DLM_LOCK_IV; in lockres_init()