Home
last modified time | relevance | path

Searched refs:DLM_LOCK_NL (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/fs/gfs2/
Dlock_dlm.c196 return DLM_LOCK_NL; in make_mode()
690 control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in gfs2_control_func()
759 error = control_lock(sdp, DLM_LOCK_NL, flags); in gfs2_control_func()
819 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_VALBLK); in control_mount()
825 error = mounted_lock(sdp, DLM_LOCK_NL, 0); in control_mount()
831 mounted_mode = DLM_LOCK_NL; in control_mount()
844 if (mounted_mode != DLM_LOCK_NL) { in control_mount()
845 error = mounted_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount()
848 mounted_mode = DLM_LOCK_NL; in control_mount()
931 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount()
[all …]
Dtrace_gfs2.h75 return DLM_LOCK_NL; in glock_trace_state()
/linux-6.1.9/include/uapi/linux/
Ddlmconstants.h31 #define DLM_LOCK_NL 0 /* null */ macro
/linux-6.1.9/fs/ocfs2/
Ddlmglue.c882 new_level = DLM_LOCK_NL; in ocfs2_highest_compat_lock_level()
922 BUG_ON(lockres->l_blocking <= DLM_LOCK_NL); in ocfs2_generic_handle_downconvert_action()
927 lockres->l_blocking = DLM_LOCK_NL; in ocfs2_generic_handle_downconvert_action()
942 if (lockres->l_level == DLM_LOCK_NL && in ocfs2_generic_handle_convert_action()
968 if (lockres->l_requested > DLM_LOCK_NL && in ocfs2_generic_handle_attach_action()
1120 BUG_ON(level <= DLM_LOCK_NL); in ocfs2_blocking_ast()
1575 BUG_ON(level == DLM_LOCK_NL); in __ocfs2_cluster_lock()
1986 (lockres->l_level > DLM_LOCK_NL)) { in ocfs2_file_lock()
2003 ret = ocfs2_lock_create(osb, lockres, DLM_LOCK_NL, 0); in ocfs2_file_lock()
2084 if (lockres->l_level == DLM_LOCK_NL) in ocfs2_file_unlock()
[all …]
Dstack_o2cb.c35 #if (DLM_LOCK_NL != LKM_NLMODE)
/linux-6.1.9/fs/ocfs2/dlmfs/
Duserdlm.c105 new_level = DLM_LOCK_NL; in user_highest_compat_lock_level()
138 lockres->l_blocking = DLM_LOCK_NL; in user_ast()
475 BUG_ON(level == DLM_LOCK_NL); in user_dlm_cluster_lock()
/linux-6.1.9/include/trace/events/
Ddlm.h37 { DLM_LOCK_NL, "NL"}, \
/linux-6.1.9/drivers/md/
Dmd-cluster.c142 return dlm_lock_sync(res, DLM_LOCK_NL); in dlm_unlock_sync()
219 ret = dlm_lock_sync(res, DLM_LOCK_NL); in lockres_init()
/linux-6.1.9/fs/dlm/
Ddebug_fs.c34 case DLM_LOCK_NL: in print_lockmode()
Dlock.c2138 lkb->lkb_grmode = DLM_LOCK_NL; in munge_demoted()
2434 lkb->lkb_grmode = DLM_LOCK_NL; in can_be_granted()
2822 if (flags & DLM_LKF_EXPEDITE && mode != DLM_LOCK_NL) in set_lock_args()