Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dlock_dlm.c192 return DLM_LOCK_NL; in make_mode()
642 control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in gfs2_control_func()
711 error = control_lock(sdp, DLM_LOCK_NL, flags); in gfs2_control_func()
771 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_VALBLK); in control_mount()
777 error = mounted_lock(sdp, DLM_LOCK_NL, 0); in control_mount()
783 mounted_mode = DLM_LOCK_NL; in control_mount()
796 if (mounted_mode != DLM_LOCK_NL) { in control_mount()
797 error = mounted_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount()
800 mounted_mode = DLM_LOCK_NL; in control_mount()
876 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount()
[all …]
Dtrace_gfs2.h74 return DLM_LOCK_NL; in glock_trace_state()
/linux-4.1.27/include/uapi/linux/
Ddlmconstants.h30 #define DLM_LOCK_NL 0 /* null */ macro
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c795 new_level = DLM_LOCK_NL; in ocfs2_highest_compat_lock_level()
834 BUG_ON(lockres->l_blocking <= DLM_LOCK_NL); in ocfs2_generic_handle_downconvert_action()
839 lockres->l_blocking = DLM_LOCK_NL; in ocfs2_generic_handle_downconvert_action()
854 if (lockres->l_level == DLM_LOCK_NL && in ocfs2_generic_handle_convert_action()
880 if (lockres->l_requested > DLM_LOCK_NL && in ocfs2_generic_handle_attach_action()
1032 BUG_ON(level <= DLM_LOCK_NL); in ocfs2_blocking_ast()
1485 BUG_ON(level == DLM_LOCK_NL); in __ocfs2_cluster_lock()
1889 (lockres->l_level > DLM_LOCK_NL)) { in ocfs2_file_lock()
1906 ret = ocfs2_lock_create(osb, lockres, DLM_LOCK_NL, 0); in ocfs2_file_lock()
1987 if (lockres->l_level == DLM_LOCK_NL) in ocfs2_file_unlock()
[all …]
Dstack_o2cb.c45 #if (DLM_LOCK_NL != LKM_NLMODE)
/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c120 new_level = DLM_LOCK_NL; in user_highest_compat_lock_level()
153 lockres->l_blocking = DLM_LOCK_NL; in user_ast()
485 BUG_ON(level == DLM_LOCK_NL); in user_dlm_cluster_lock()
/linux-4.1.27/drivers/md/
Dmd-cluster.c113 return dlm_lock_sync(res, DLM_LOCK_NL); in dlm_unlock_sync()
149 ret = dlm_lock_sync(res, DLM_LOCK_NL); in lockres_init()
/linux-4.1.27/fs/dlm/
Ddebug_fs.c34 case DLM_LOCK_NL: in print_lockmode()
Dlock.c2171 lkb->lkb_grmode = DLM_LOCK_NL; in munge_demoted()
2467 lkb->lkb_grmode = DLM_LOCK_NL; in can_be_granted()
2843 if (flags & DLM_LKF_EXPEDITE && mode != DLM_LOCK_NL) in set_lock_args()