Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmconvert.c114 lock->ml.type, lock->ml.convert_type, type); in __dlmconvert_master()
119 if (lock->ml.convert_type != LKM_IVMODE) { in __dlmconvert_master()
181 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
219 lock->ml.convert_type = type; in __dlmconvert_master()
238 lock->ml.convert_type = LKM_IVMODE; in dlm_revert_pending_convert()
256 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote()
269 if (lock->ml.convert_type != LKM_IVMODE) { in dlmconvert_remote()
275 lock->ml.convert_type); in dlmconvert_remote()
280 if (lock->ml.type == type && lock->ml.convert_type == LKM_IVMODE) { in dlmconvert_remote()
287 lock->ml.type, lock->ml.convert_type); in dlmconvert_remote()
[all …]
H A Ddlmthread.c365 if (target->ml.convert_type == LKM_IVMODE) { in dlm_shuffle_lists()
374 target->ml.convert_type)) { in dlm_shuffle_lists()
382 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
384 target->ml.convert_type; in dlm_shuffle_lists()
392 target->ml.convert_type)) { in dlm_shuffle_lists()
398 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
400 target->ml.convert_type; in dlm_shuffle_lists()
415 target->ml.convert_type, target->ml.node); in dlm_shuffle_lists()
417 target->ml.type = target->ml.convert_type; in dlm_shuffle_lists()
418 target->ml.convert_type = LKM_IVMODE; in dlm_shuffle_lists()
H A Ddlmast.c387 lock->ml.type, lock->ml.convert_type); in dlm_proxy_ast_handler()
389 if (lock->ml.convert_type != LKM_IVMODE) { in dlm_proxy_ast_handler()
390 lock->ml.type = lock->ml.convert_type; in dlm_proxy_ast_handler()
391 lock->ml.convert_type = LKM_IVMODE; in dlm_proxy_ast_handler()
H A Ddlmunlock.c218 lock->ml.convert_type = LKM_IVMODE; in dlmunlock_common()
227 BUG_ON(lock->ml.convert_type != LKM_IVMODE); in dlmunlock_common()
229 BUG_ON(lock->ml.convert_type == LKM_IVMODE); in dlmunlock_common()
277 lock->ml.convert_type = LKM_IVMODE; in dlm_commit_pending_cancel()
H A Ddlmrecovery.c1216 ml->convert_type = lock->ml.convert_type; in dlm_add_lock_to_array()
1238 dummy.ml.convert_type = LKM_IVMODE; in dlm_add_dummy_lock()
1251 ml->convert_type == LKM_IVMODE && in dlm_is_dummy_lock()
1857 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1877 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1917 if (ml->convert_type != LKM_IVMODE) { in dlm_process_recovery_data()
1919 newlock->ml.convert_type = ml->convert_type; in dlm_process_recovery_data()
2002 ml->type, ml->convert_type, ml->node, in dlm_process_recovery_data()
2017 newlock->ml.convert_type) { in dlm_process_recovery_data()
H A Ddlmlock.c86 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
384 newlock->ml.convert_type = LKM_IVMODE; in dlm_init_lock()
H A Ddlmdebug.c64 lock->ml.type, lock->ml.convert_type, lock->ml.node, in __dlm_print_lock()
471 list_type, lock->ml.type, lock->ml.convert_type, in dump_lock()
H A Ddlmcommon.h330 s8 convert_type; member
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py111 def convert_type(signature, value): function
139 converted_element = convert_type(element_type, i)
143 converted_element = convert_type(element_type, value)
154 converted_element = convert_type(split_element_types[index],
158 converted_element = convert_type(element_types, value)
168 converted_key = convert_type(split_element_types[0], key)
169 converted_val = convert_type(split_element_types[1], val)
422 converted_value = convert_type(expected_type, value)
515 converted_value = convert_type(expected_type, value)