Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmconvert.c134 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()
Ddlmthread.c306 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()
Ddlmast.c390 "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()
Ddlmunlock.c230 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()
Ddlmrecovery.c1180 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()
Ddlmdebug.c81 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()
Ddlmlock.c406 newlock->ml.convert_type = LKM_IVMODE; in dlm_init_lock()
Ddlmcommon.h344 s8 convert_type; member