Searched refs:DLM_LOCK_NL (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | lock_dlm.c | 210 return DLM_LOCK_NL; in make_mode() 720 control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in gfs2_control_func() 789 error = control_lock(sdp, DLM_LOCK_NL, flags); in gfs2_control_func() 849 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_VALBLK); in control_mount() 855 error = mounted_lock(sdp, DLM_LOCK_NL, 0); in control_mount() 861 mounted_mode = DLM_LOCK_NL; in control_mount() 874 if (mounted_mode != DLM_LOCK_NL) { in control_mount() 875 error = mounted_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount() 878 mounted_mode = DLM_LOCK_NL; in control_mount() 961 error = control_lock(sdp, DLM_LOCK_NL, DLM_LKF_CONVERT); in control_mount() [all …]
|
| H A D | trace_gfs2.h | 81 return DLM_LOCK_NL; in glock_trace_state()
|
| /linux/include/uapi/linux/ |
| H A D | dlmconstants.h | 31 #define DLM_LOCK_NL 0 /* null */ macro
|
| /linux/fs/ocfs2/ |
| H A D | dlmglue.c | 883 new_level = DLM_LOCK_NL; in ocfs2_highest_compat_lock_level() 923 BUG_ON(lockres->l_blocking <= DLM_LOCK_NL); in ocfs2_generic_handle_downconvert_action() 928 lockres->l_blocking = DLM_LOCK_NL; in ocfs2_generic_handle_downconvert_action() 943 if (lockres->l_level == DLM_LOCK_NL && in ocfs2_generic_handle_convert_action() 969 if (lockres->l_requested > DLM_LOCK_NL && in ocfs2_generic_handle_attach_action() 1121 BUG_ON(level <= DLM_LOCK_NL); in ocfs2_blocking_ast() 1576 BUG_ON(level == DLM_LOCK_NL); in __ocfs2_cluster_lock() 1987 (lockres->l_level > DLM_LOCK_NL)) { in ocfs2_file_lock() 2004 ret = ocfs2_lock_create(osb, lockres, DLM_LOCK_NL, 0); in ocfs2_file_lock() 2085 if (lockres->l_level == DLM_LOCK_NL) in ocfs2_file_unlock() [all …]
|
| H A D | stack_o2cb.c | 35 #if (DLM_LOCK_NL != LKM_NLMODE)
|
| /linux/fs/ocfs2/dlmfs/ |
| H A D | userdlm.c | 105 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/drivers/md/ |
| H A D | md-cluster.c | 151 return dlm_lock_sync(res, DLM_LOCK_NL); in dlm_unlock_sync() 228 ret = dlm_lock_sync(res, DLM_LOCK_NL); in lockres_init()
|
| /linux/fs/dlm/ |
| H A D | recover.c | 849 lkb->lkb_grmode = DLM_LOCK_NL; in recover_conversion()
|
| H A D | debug_fs.c | 35 case DLM_LOCK_NL: in print_lockmode()
|
| H A D | lock.c | 2117 lkb->lkb_grmode = DLM_LOCK_NL; in munge_demoted() 2413 lkb->lkb_grmode = DLM_LOCK_NL; in can_be_granted() 2789 if (flags & DLM_LKF_EXPEDITE && mode != DLM_LOCK_NL) in set_lock_args()
|
| /linux/include/trace/events/ |
| H A D | dlm.h | 38 { DLM_LOCK_NL, "NL"}, \
|