Home
last modified time | relevance | path

Searched refs:convert_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmconvert.c131 lock->ml.type, lock->ml.convert_type, type); in __dlmconvert_master()
136 if (lock->ml.convert_type != LKM_IVMODE) { in __dlmconvert_master()
198 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
236 lock->ml.convert_type = type; in __dlmconvert_master()
255 lock->ml.convert_type = LKM_IVMODE; in dlm_revert_pending_convert()
273 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote()
286 if (lock->ml.convert_type != LKM_IVMODE) { in dlmconvert_remote()
292 lock->ml.convert_type); in dlmconvert_remote()
297 if (lock->ml.type == type && lock->ml.convert_type == LKM_IVMODE) { in dlmconvert_remote()
304 lock->ml.type, lock->ml.convert_type); in dlmconvert_remote()
[all …]
Ddlmthread.c384 if (target->ml.convert_type == LKM_IVMODE) { in dlm_shuffle_lists()
393 target->ml.convert_type)) { in dlm_shuffle_lists()
401 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
403 target->ml.convert_type; in dlm_shuffle_lists()
411 target->ml.convert_type)) { in dlm_shuffle_lists()
417 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
419 target->ml.convert_type; in dlm_shuffle_lists()
434 target->ml.convert_type, target->ml.node); in dlm_shuffle_lists()
436 target->ml.type = target->ml.convert_type; in dlm_shuffle_lists()
437 target->ml.convert_type = LKM_IVMODE; in dlm_shuffle_lists()
Ddlmast.c414 lock->ml.type, lock->ml.convert_type); in dlm_proxy_ast_handler()
416 if (lock->ml.convert_type != LKM_IVMODE) { in dlm_proxy_ast_handler()
417 lock->ml.type = lock->ml.convert_type; in dlm_proxy_ast_handler()
418 lock->ml.convert_type = LKM_IVMODE; in dlm_proxy_ast_handler()
Ddlmunlock.c235 lock->ml.convert_type = LKM_IVMODE; in dlmunlock_common()
244 BUG_ON(lock->ml.convert_type != LKM_IVMODE); in dlmunlock_common()
246 BUG_ON(lock->ml.convert_type == LKM_IVMODE); in dlmunlock_common()
294 lock->ml.convert_type = LKM_IVMODE; in dlm_commit_pending_cancel()
Ddlmrecovery.c1242 ml->convert_type = lock->ml.convert_type; in dlm_add_lock_to_array()
1264 dummy.ml.convert_type = LKM_IVMODE; in dlm_add_dummy_lock()
1277 ml->convert_type == LKM_IVMODE && in dlm_is_dummy_lock()
1883 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1903 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1943 if (ml->convert_type != LKM_IVMODE) { in dlm_process_recovery_data()
1945 newlock->ml.convert_type = ml->convert_type; in dlm_process_recovery_data()
2028 ml->type, ml->convert_type, ml->node, in dlm_process_recovery_data()
2043 newlock->ml.convert_type) { in dlm_process_recovery_data()
Ddlmlock.c103 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
401 newlock->ml.convert_type = LKM_IVMODE; in dlm_init_lock()
Ddlmdebug.c81 lock->ml.type, lock->ml.convert_type, lock->ml.node, in __dlm_print_lock()
488 list_type, lock->ml.type, lock->ml.convert_type, in dump_lock()
Ddlmcommon.h351 s8 convert_type; member