Searched refs:LKM_EXMODE (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | locks.c | 43 if (lockres->l_level == LKM_EXMODE) in ocfs2_do_flock()
|
H A D | stack_o2cb.c | 52 #if (DLM_LOCK_EX != LKM_EXMODE)
|
H A D | dlmglue.c | 443 else if (level == LKM_EXMODE) in ocfs2_update_lock_stats() 2872 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE, in ocfs2_nfs_sync_lock() 2892 ex ? LKM_EXMODE : LKM_PRMODE); in ocfs2_nfs_sync_unlock()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmapi.h | 110 #define LKM_EXMODE 5 /* exclusive */ macro
|
H A D | dlmunlock.c | 488 lock->ml.type != LKM_EXMODE) in dlm_unlock_lock_handler() 629 if (flags & LKM_VALBLK && lock->ml.type != LKM_EXMODE) in dlmunlock()
|
H A D | dlmast.c | 63 if (lock->ml.type == LKM_EXMODE) in dlm_should_cancel_bast() 69 else if (lock->ml.highest_blocked != LKM_EXMODE) in dlm_should_cancel_bast()
|
H A D | dlmconvert.c | 138 case LKM_EXMODE: in __dlmconvert_master() 302 if (lock->ml.type == LKM_EXMODE) { in dlmconvert_remote()
|
H A D | dlmrecovery.c | 1192 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE) in dlm_prepare_lvb_for_migration() 1957 BUG_ON(ml->type != LKM_EXMODE && in dlm_process_recovery_data() 1960 (ml->type == LKM_EXMODE || in dlm_process_recovery_data() 2210 if (lock->ml.type != LKM_EXMODE && in dlm_lvb_needs_invalidation() 2213 } else if (lock->ml.type == LKM_EXMODE) in dlm_lvb_needs_invalidation() 2565 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY, in dlm_pick_recovery_master()
|
H A D | dlmcommon.h | 1041 case LKM_EXMODE: in dlm_lock_mode_name() 1060 if (request == LKM_EXMODE) in dlm_lock_compatible()
|
H A D | dlmlock.c | 561 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) { in dlmlock()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmapi.h | 108 #define LKM_EXMODE 5 /* exclusive */ macro
|
H A D | dlmconvert.c | 136 case LKM_EXMODE: in __dlmconvert_master() 300 if (lock->ml.type == LKM_EXMODE) { in dlmconvert_remote()
|
H A D | dlmast.c | 61 if (lock->ml.type == LKM_EXMODE) in dlm_should_cancel_bast() 67 else if (lock->ml.highest_blocked != LKM_EXMODE) in dlm_should_cancel_bast()
|
H A D | dlmunlock.c | 485 lock->ml.type != LKM_EXMODE) in dlm_unlock_lock_handler() 626 if (flags & LKM_VALBLK && lock->ml.type != LKM_EXMODE) in dlmunlock()
|
H A D | dlmrecovery.c | 1183 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE) in dlm_prepare_lvb_for_migration() 1948 BUG_ON(ml->type != LKM_EXMODE && in dlm_process_recovery_data() 1951 (ml->type == LKM_EXMODE || in dlm_process_recovery_data() 2201 if (lock->ml.type != LKM_EXMODE && in dlm_lvb_needs_invalidation() 2204 } else if (lock->ml.type == LKM_EXMODE) in dlm_lvb_needs_invalidation() 2556 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY, in dlm_pick_recovery_master()
|
H A D | dlmcommon.h | 1035 case LKM_EXMODE: in dlm_lock_mode_name() 1054 if (request == LKM_EXMODE) in dlm_lock_compatible()
|
H A D | dlmlock.c | 559 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) { in dlmlock()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | locks.c | 42 if (lockres->l_level == LKM_EXMODE) in ocfs2_do_flock()
|
H A D | stack_o2cb.c | 50 #if (DLM_LOCK_EX != LKM_EXMODE)
|
H A D | dlmglue.c | 442 else if (level == LKM_EXMODE) in ocfs2_update_lock_stats() 2882 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE, in ocfs2_nfs_sync_lock() 2902 ex ? LKM_EXMODE : LKM_PRMODE); in ocfs2_nfs_sync_unlock()
|
Completed in 34 milliseconds