Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/
H A Duserdlm.c132 mlog_bug_on_msg(lockres->l_requested == DLM_LOCK_IV, in user_ast()
146 lockres->l_requested = DLM_LOCK_IV; in user_ast()
235 lockres->l_level = DLM_LOCK_IV; in user_unlock_ast()
246 lockres->l_requested = DLM_LOCK_IV; /* cancel an in user_unlock_ast()
469 if (lockres->l_level != DLM_LOCK_IV) in user_dlm_cluster_lock()
476 BUG_ON(level == DLM_LOCK_IV); in user_dlm_cluster_lock()
581 lockres->l_level = DLM_LOCK_IV; in user_dlm_lock_res_init()
582 lockres->l_requested = DLM_LOCK_IV; in user_dlm_lock_res_init()
583 lockres->l_blocking = DLM_LOCK_IV; in user_dlm_lock_res_init()
H A Ddlmfs.c179 if (level != DLM_LOCK_IV) in dlmfs_file_release()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlmconstants.h30 #define DLM_LOCK_IV (-1) /* invalid */ macro
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlock.c1191 lkb->lkb_grmode = DLM_LOCK_IV; in create_lkb()
2061 lkb->lkb_grmode = DLM_LOCK_IV; in _remove_lock()
2086 lkb->lkb_rqmode = DLM_LOCK_IV; in revert_lock()
2097 lkb->lkb_grmode = DLM_LOCK_IV; in revert_lock()
2124 lkb->lkb_rqmode = DLM_LOCK_IV; in _grant_lock()
2164 if (lkb->lkb_rqmode == DLM_LOCK_IV || lkb->lkb_grmode == DLM_LOCK_IV) { in munge_demoted()
2300 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted()
2448 int8_t is_convert = (lkb->lkb_grmode != DLM_LOCK_IV); in can_be_granted()
2517 hi = DLM_LOCK_IV; in grant_pending_convert()
2616 int high = DLM_LOCK_IV; in grant_pending_locks()
[all …]
H A Drecover.c834 if (lkb->lkb_grmode != DLM_LOCK_IV) in recover_conversion()
H A Dlockspace.c716 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
H A Ddebug_fs.c30 case DLM_LOCK_IV: in print_lockmode()
H A Duser.c165 if (mode == DLM_LOCK_IV) in lkb_is_endoflife()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstack_o2cb.c34 #if (DLM_LOCK_IV != LKM_IVMODE)
H A Ddlmglue.c521 res->l_level = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
522 res->l_requested = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
523 res->l_blocking = DLM_LOCK_IV; in ocfs2_lock_res_init_common()
1238 lockres->l_level = DLM_LOCK_IV; in ocfs2_unlock_ast()
1575 BUG_ON(level == DLM_LOCK_IV); in __ocfs2_cluster_lock()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dtrace_gfs2.h155 glock_trace_name(DLM_LOCK_IV),
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.c197 res->mode = DLM_LOCK_IV; in lockres_init()