Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/dlmfs/
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()
A Ddlmfs.c177 if (level != DLM_LOCK_IV) in dlmfs_file_release()
/linux-6.3-rc2/include/uapi/linux/
A Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/linux-6.3-rc2/fs/dlm/
A Dlock.c1214 lkb->lkb_grmode = DLM_LOCK_IV; in _create_lkb()
1981 lkb->lkb_grmode = DLM_LOCK_IV; in _remove_lock()
2006 lkb->lkb_rqmode = DLM_LOCK_IV; in revert_lock()
2017 lkb->lkb_grmode = DLM_LOCK_IV; in revert_lock()
2044 lkb->lkb_rqmode = DLM_LOCK_IV; in _grant_lock()
2084 if (lkb->lkb_rqmode == DLM_LOCK_IV || lkb->lkb_grmode == DLM_LOCK_IV) { in munge_demoted()
2437 hi = DLM_LOCK_IV; in grant_pending_convert()
2536 int high = DLM_LOCK_IV; in grant_pending_locks()
2548 if (high == DLM_LOCK_IV) in grant_pending_locks()
3902 lkb->lkb_grmode = DLM_LOCK_IV; in receive_request_args()
[all …]
A Drecover.c833 if (lkb->lkb_grmode != DLM_LOCK_IV) in recover_conversion()
A Dlockspace.c755 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
A Duser.c168 if (mode == DLM_LOCK_IV) in lkb_is_endoflife()
A Ddebug_fs.c32 case DLM_LOCK_IV: in print_lockmode()
/linux-6.3-rc2/fs/ocfs2/
A Dstack_o2cb.c32 #if (DLM_LOCK_IV != LKM_IVMODE)
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()
/linux-6.3-rc2/fs/gfs2/
A Dtrace_gfs2.h155 glock_trace_name(DLM_LOCK_IV),
/linux-6.3-rc2/include/trace/events/
A Ddlm.h36 { DLM_LOCK_IV, "IV"}, \
/linux-6.3-rc2/drivers/md/
A Dmd-cluster.c197 res->mode = DLM_LOCK_IV; in lockres_init()

Completed in 33 milliseconds