Home
last modified time | relevance | path

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

/fs/ocfs2/
A Dlocks.c42 if (lockres->l_level == LKM_EXMODE) in ocfs2_do_flock()
A Dstack_o2cb.c50 #if (DLM_LOCK_EX != LKM_EXMODE)
A Ddlmglue.c443 else if (level == LKM_EXMODE) in ocfs2_update_lock_stats()
2880 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE, in ocfs2_nfs_sync_lock()
2900 ex ? LKM_EXMODE : LKM_PRMODE); in ocfs2_nfs_sync_unlock()
/fs/ocfs2/dlm/
A Ddlmapi.h106 #define LKM_EXMODE 5 /* exclusive */ macro
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()
A Ddlmconvert.c136 case LKM_EXMODE: in __dlmconvert_master()
300 if (lock->ml.type == LKM_EXMODE) { in dlmconvert_remote()
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()
A Ddlmrecovery.c1182 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE) in dlm_prepare_lvb_for_migration()
1947 BUG_ON(ml->type != LKM_EXMODE && in dlm_process_recovery_data()
1950 (ml->type == LKM_EXMODE || in dlm_process_recovery_data()
2200 if (lock->ml.type != LKM_EXMODE && in dlm_lvb_needs_invalidation()
2203 } else if (lock->ml.type == LKM_EXMODE) in dlm_lvb_needs_invalidation()
2555 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY, in dlm_pick_recovery_master()
A Ddlmcommon.h1035 case LKM_EXMODE: in dlm_lock_mode_name()
1054 if (request == LKM_EXMODE) in dlm_lock_compatible()
A Ddlmlock.c559 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) { in dlmlock()

Completed in 27 milliseconds