Searched refs:convert_type (Results 1 – 8 of 8) sorted by relevance
/fs/ocfs2/dlm/ |
D | dlmconvert.c | 134 lock->ml.type, lock->ml.convert_type, type); in __dlmconvert_master() 139 if (lock->ml.convert_type != LKM_IVMODE) { in __dlmconvert_master() 203 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master() 235 lock->ml.convert_type = type; in __dlmconvert_master() 254 lock->ml.convert_type = LKM_IVMODE; in dlm_revert_pending_convert() 272 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote() 285 if (lock->ml.convert_type != LKM_IVMODE) { in dlmconvert_remote() 291 lock->ml.convert_type); in dlmconvert_remote() 300 lock->ml.convert_type = type; in dlmconvert_remote() 307 if (lock->ml.convert_type == LKM_NLMODE) in dlmconvert_remote()
|
D | dlmthread.c | 306 if (target->ml.convert_type == LKM_IVMODE) { in dlm_shuffle_lists() 317 target->ml.convert_type)) { in dlm_shuffle_lists() 325 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists() 327 target->ml.convert_type; in dlm_shuffle_lists() 336 target->ml.convert_type)) { in dlm_shuffle_lists() 342 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists() 344 target->ml.convert_type; in dlm_shuffle_lists() 356 target->ml.convert_type, target->ml.node); in dlm_shuffle_lists() 358 target->ml.type = target->ml.convert_type; in dlm_shuffle_lists() 359 target->ml.convert_type = LKM_IVMODE; in dlm_shuffle_lists()
|
D | dlmast.c | 390 "convert_type=%d\n", lock->ml.type, lock->ml.convert_type); in dlm_proxy_ast_handler() 391 if (lock->ml.convert_type != LKM_IVMODE) { in dlm_proxy_ast_handler() 392 lock->ml.type = lock->ml.convert_type; in dlm_proxy_ast_handler() 393 lock->ml.convert_type = LKM_IVMODE; in dlm_proxy_ast_handler()
|
D | dlmunlock.c | 230 lock->ml.convert_type = LKM_IVMODE; in dlmunlock_common() 239 BUG_ON(lock->ml.convert_type != LKM_IVMODE); in dlmunlock_common() 241 BUG_ON(lock->ml.convert_type == LKM_IVMODE); in dlmunlock_common() 278 lock->ml.convert_type = LKM_IVMODE; in dlm_commit_pending_cancel()
|
D | dlmrecovery.c | 1180 ml->convert_type = lock->ml.convert_type; in dlm_add_lock_to_array() 1215 dummy.ml.convert_type = LKM_IVMODE; in dlm_add_dummy_lock() 1228 ml->convert_type == LKM_IVMODE && in dlm_is_dummy_lock() 1821 if (ml->convert_type != LKM_IVMODE) { in dlm_process_recovery_data() 1823 newlock->ml.convert_type = ml->convert_type; in dlm_process_recovery_data() 1899 ml->type, ml->convert_type, ml->node, in dlm_process_recovery_data()
|
D | dlmdebug.c | 81 lock->ml.type, lock->ml.convert_type, lock->ml.node, in __dlm_print_lock() 561 list_type, lock->ml.type, lock->ml.convert_type, in dump_lock()
|
D | dlmlock.c | 406 newlock->ml.convert_type = LKM_IVMODE; in dlm_init_lock()
|
D | dlmcommon.h | 344 s8 convert_type; member
|