Home
last modified time | relevance | path

Searched refs:LKM_PRMODE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmapi.h106 #define LKM_PRMODE 3 /* protected read */ macro
H A Ddlmlock.c559 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) { in dlmlock()
682 if (mode < LKM_PRMODE) in dlmlock()
H A Ddlmcommon.h1037 case LKM_PRMODE: in dlm_lock_mode_name()
1058 if (existing == LKM_PRMODE) in dlm_lock_compatible()
H A Ddlmconvert.c143 case LKM_PRMODE: in __dlmconvert_master()
H A Ddlmrecovery.c1183 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE) in dlm_prepare_lvb_for_migration()
1949 ml->type != LKM_PRMODE); in dlm_process_recovery_data()
2202 lock->ml.type != LKM_PRMODE) in dlm_lvb_needs_invalidation()
/openbmc/linux/fs/ocfs2/
H A Dstack_o2cb.c44 #if (DLM_LOCK_PR != LKM_PRMODE)
H A Ddlmglue.c440 if (level == LKM_PRMODE) 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()