Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c145 mlog_bug_on_msg(lockres->l_requested == DLM_LOCK_IV, in user_ast()
159 lockres->l_requested = DLM_LOCK_IV; in user_ast()
248 lockres->l_level = DLM_LOCK_IV; in user_unlock_ast()
259 lockres->l_requested = DLM_LOCK_IV; /* cancel an in user_unlock_ast()
477 if (lockres->l_level != DLM_LOCK_IV) in user_dlm_cluster_lock()
484 BUG_ON(level == DLM_LOCK_IV); in user_dlm_cluster_lock()
593 lockres->l_level = DLM_LOCK_IV; in user_dlm_lock_res_init()
594 lockres->l_requested = DLM_LOCK_IV; in user_dlm_lock_res_init()
595 lockres->l_blocking = DLM_LOCK_IV; in user_dlm_lock_res_init()
Ddlmfs.c194 if (level != DLM_LOCK_IV) in dlmfs_file_release()
/linux-4.1.27/include/uapi/linux/
Ddlmconstants.h29 #define DLM_LOCK_IV (-1) /* invalid */ macro
/linux-4.1.27/fs/dlm/
Dlock.c1194 lkb->lkb_grmode = DLM_LOCK_IV; in create_lkb()
2062 lkb->lkb_grmode = DLM_LOCK_IV; in _remove_lock()
2087 lkb->lkb_rqmode = DLM_LOCK_IV; in revert_lock()
2098 lkb->lkb_grmode = DLM_LOCK_IV; in revert_lock()
2125 lkb->lkb_rqmode = DLM_LOCK_IV; in _grant_lock()
2165 if (lkb->lkb_rqmode == DLM_LOCK_IV || lkb->lkb_grmode == DLM_LOCK_IV) { in munge_demoted()
2301 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted()
2449 int8_t is_convert = (lkb->lkb_grmode != DLM_LOCK_IV); in can_be_granted()
2527 hi = DLM_LOCK_IV; in grant_pending_convert()
2613 int high = DLM_LOCK_IV; in grant_pending_locks()
[all …]
Drecover.c832 if (lkb->lkb_grmode != DLM_LOCK_IV) in recover_conversion()
Dlockspace.c722 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.c165 if (mode == DLM_LOCK_IV) in lkb_is_endoflife()
/linux-4.1.27/fs/ocfs2/
Dstack_o2cb.c42 #if (DLM_LOCK_IV != LKM_IVMODE)
Ddlmglue.c506 res->l_level = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
507 res->l_requested = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
508 res->l_blocking = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
1149 lockres->l_level = DLM_LOCK_IV; in ocfs2_unlock_ast()
1484 BUG_ON(level == DLM_LOCK_IV); in __ocfs2_cluster_lock()
/linux-4.1.27/fs/gfs2/
Dtrace_gfs2.h154 glock_trace_name(DLM_LOCK_IV),