Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/dlm/
Ddlmconvert.c132 lock->ml.type, lock->ml.convert_type, type); in __dlmconvert_master()
137 if (lock->ml.convert_type != LKM_IVMODE) { in __dlmconvert_master()
201 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
233 lock->ml.convert_type = type; in __dlmconvert_master()
252 lock->ml.convert_type = LKM_IVMODE; in dlm_revert_pending_convert()
270 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote()
283 if (lock->ml.convert_type != LKM_IVMODE) { in dlmconvert_remote()
289 lock->ml.convert_type); in dlmconvert_remote()
298 lock->ml.convert_type = type; in dlmconvert_remote()
305 if (lock->ml.convert_type == LKM_NLMODE) in dlmconvert_remote()
Ddlmthread.c312 if (target->ml.convert_type == LKM_IVMODE) { in dlm_shuffle_lists()
323 target->ml.convert_type)) { in dlm_shuffle_lists()
331 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
333 target->ml.convert_type; in dlm_shuffle_lists()
342 target->ml.convert_type)) { in dlm_shuffle_lists()
348 if (lock->ml.highest_blocked < target->ml.convert_type) in dlm_shuffle_lists()
350 target->ml.convert_type; in dlm_shuffle_lists()
365 target->ml.convert_type, target->ml.node); in dlm_shuffle_lists()
367 target->ml.type = target->ml.convert_type; in dlm_shuffle_lists()
368 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.c228 lock->ml.convert_type = LKM_IVMODE; in dlmunlock_common()
237 BUG_ON(lock->ml.convert_type != LKM_IVMODE); in dlmunlock_common()
239 BUG_ON(lock->ml.convert_type == LKM_IVMODE); in dlmunlock_common()
276 lock->ml.convert_type = LKM_IVMODE; in dlm_commit_pending_cancel()
Ddlmrecovery.c1215 ml->convert_type = lock->ml.convert_type; in dlm_add_lock_to_array()
1237 dummy.ml.convert_type = LKM_IVMODE; in dlm_add_dummy_lock()
1250 ml->convert_type == LKM_IVMODE && in dlm_is_dummy_lock()
1813 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1833 ml->convert_type, ml->highest_blocked); in dlm_process_recovery_data()
1874 if (ml->convert_type != LKM_IVMODE) { in dlm_process_recovery_data()
1876 newlock->ml.convert_type = ml->convert_type; in dlm_process_recovery_data()
1952 ml->type, ml->convert_type, ml->node, in dlm_process_recovery_data()
Ddlmlock.c109 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
408 newlock->ml.convert_type = LKM_IVMODE; in dlm_init_lock()
Ddlmdebug.c80 lock->ml.type, lock->ml.convert_type, lock->ml.node, in __dlm_print_lock()
514 list_type, lock->ml.type, lock->ml.convert_type, in dump_lock()
Ddlmcommon.h348 s8 convert_type; member