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

/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmconvert.c130 mlog(0, "type=%d, convert_type=%d, new convert_type=%d\n", __dlmconvert_master()
131 lock->ml.type, lock->ml.convert_type, type); __dlmconvert_master()
136 if (lock->ml.convert_type != LKM_IVMODE) { __dlmconvert_master()
198 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) __dlmconvert_master()
230 lock->ml.convert_type = type; __dlmconvert_master()
249 lock->ml.convert_type = LKM_IVMODE; dlm_revert_pending_convert()
267 mlog(0, "type=%d, convert_type=%d, busy=%d\n", lock->ml.type, dlmconvert_remote()
268 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); dlmconvert_remote()
281 if (lock->ml.convert_type != LKM_IVMODE) { dlmconvert_remote()
287 lock->ml.convert_type); dlmconvert_remote()
292 if (lock->ml.type == type && lock->ml.convert_type == LKM_IVMODE) { dlmconvert_remote()
299 lock->ml.type, lock->ml.convert_type); dlmconvert_remote()
309 lock->ml.convert_type = type; dlmconvert_remote()
316 if (lock->ml.convert_type == LKM_NLMODE) dlmconvert_remote()
H A Ddlmthread.c313 if (target->ml.convert_type == LKM_IVMODE) { dlm_shuffle_lists()
322 target->ml.convert_type)) { dlm_shuffle_lists()
330 if (lock->ml.highest_blocked < target->ml.convert_type) dlm_shuffle_lists()
332 target->ml.convert_type; dlm_shuffle_lists()
340 target->ml.convert_type)) { dlm_shuffle_lists()
346 if (lock->ml.highest_blocked < target->ml.convert_type) dlm_shuffle_lists()
348 target->ml.convert_type; dlm_shuffle_lists()
363 target->ml.convert_type, target->ml.node); dlm_shuffle_lists()
365 target->ml.type = target->ml.convert_type; dlm_shuffle_lists()
366 target->ml.convert_type = LKM_IVMODE; dlm_shuffle_lists()
H A Ddlmast.c416 lock->ml.type, lock->ml.convert_type);
418 if (lock->ml.convert_type != LKM_IVMODE) {
419 lock->ml.type = lock->ml.convert_type;
420 lock->ml.convert_type = LKM_IVMODE;
H A Ddlmunlock.c229 mlog(0, "clearing convert_type at %smaster node\n", dlmunlock_common()
231 lock->ml.convert_type = LKM_IVMODE; dlmunlock_common()
240 BUG_ON(lock->ml.convert_type != LKM_IVMODE); dlmunlock_common()
242 BUG_ON(lock->ml.convert_type == LKM_IVMODE); dlmunlock_common()
279 lock->ml.convert_type = LKM_IVMODE; dlm_commit_pending_cancel()
H A Ddlmrecovery.c1235 ml->convert_type = lock->ml.convert_type; dlm_add_lock_to_array()
1257 dummy.ml.convert_type = LKM_IVMODE; dlm_add_dummy_lock()
1270 ml->convert_type == LKM_IVMODE && dlm_is_dummy_lock()
1850 ml->convert_type, ml->highest_blocked);
1870 ml->convert_type, ml->highest_blocked);
1911 if (ml->convert_type != LKM_IVMODE) {
1913 newlock->ml.convert_type = ml->convert_type;
1996 ml->type, ml->convert_type, ml->node, list_for_each_entry()
2011 newlock->ml.convert_type) {
H A Ddlmlock.c104 if (!dlm_lock_compatible(tmplock->ml.convert_type, dlm_can_grant_new_lock()
402 newlock->ml.convert_type = LKM_IVMODE; dlm_init_lock()
H A Ddlmdebug.c81 lock->ml.type, lock->ml.convert_type, lock->ml.node, __dlm_print_lock()
508 list_type, lock->ml.type, lock->ml.convert_type, dump_lock()
H A Ddlmcommon.h349 s8 convert_type; member in struct:dlm_migratable_lock

Completed in 123 milliseconds