Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dlocks.c42 if (lockres->l_level == LKM_EXMODE) in ocfs2_do_flock()
H A Dstack_o2cb.c50 #if (DLM_LOCK_EX != LKM_EXMODE)
H A Ddlmglue.c442 else if (level == LKM_EXMODE) in ocfs2_update_lock_stats()
2881 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE, in ocfs2_nfs_sync_lock()
2901 ex ? LKM_EXMODE : LKM_PRMODE); in ocfs2_nfs_sync_unlock()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmapi.h108 #define LKM_EXMODE 5 /* exclusive */ macro
H A Ddlmast.c61 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 Ddlmconvert.c136 case LKM_EXMODE: in __dlmconvert_master()
300 if (lock->ml.type == LKM_EXMODE) { in dlmconvert_remote()
H A Ddlmunlock.c485 lock->ml.type != LKM_EXMODE) in dlm_unlock_lock_handler()
626 if (flags & LKM_VALBLK && lock->ml.type != LKM_EXMODE) in dlmunlock()
H A Ddlmrecovery.c1183 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 Ddlmcommon.h1035 case LKM_EXMODE: in dlm_lock_mode_name()
1054 if (request == LKM_EXMODE) in dlm_lock_compatible()
H A Ddlmlock.c559 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) { in dlmlock()