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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c133 mlog_entry("type=%d, convert_type=%d, new convert_type=%d\n",
134 lock->ml.type, lock->ml.convert_type, type);
139 if (lock->ml.convert_type != LKM_IVMODE) {
203 if (!dlm_lock_compatible(tmplock->ml.convert_type, type))
235 lock->ml.convert_type = type;
254 lock->ml.convert_type = LKM_IVMODE;
271 mlog(0, "type=%d, convert_type=%d, busy=%d\n", lock->ml.type,
272 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS);
285 if (lock->ml.convert_type !
[all...]
H A Ddlmthread.c304 if (target->ml.convert_type == LKM_IVMODE) {
306 "convert_type!\n", res->lockname.len, res->lockname.name);
315 target->ml.convert_type)) {
323 if (lock->ml.highest_blocked < target->ml.convert_type)
325 target->ml.convert_type;
334 target->ml.convert_type)) {
340 if (lock->ml.highest_blocked < target->ml.convert_type)
342 target->ml.convert_type;
354 target->ml.convert_type, target->ml.node);
356 target->ml.type = target->ml.convert_type;
[all...]
H A Ddlmdebug.c92 lock->ml.type, lock->ml.convert_type, lock->ml.node,
107 lock->ml.type, lock->ml.convert_type, lock->ml.node,
122 lock->ml.type, lock->ml.convert_type, lock->ml.node,
H A Ddlmast.c388 "convert_type=%d\n", lock->ml.type, lock->ml.convert_type);
389 if (lock->ml.convert_type != LKM_IVMODE) {
390 lock->ml.type = lock->ml.convert_type;
391 lock->ml.convert_type = LKM_IVMODE;
H A Ddlmunlock.c228 mlog(0, "clearing convert_type at %smaster node\n",
230 lock->ml.convert_type = LKM_IVMODE;
239 BUG_ON(lock->ml.convert_type != LKM_IVMODE);
241 BUG_ON(lock->ml.convert_type == LKM_IVMODE);
278 lock->ml.convert_type = LKM_IVMODE;
H A Ddlmrecovery.c1192 ml->convert_type = lock->ml.convert_type;
1227 dummy.ml.convert_type = LKM_IVMODE;
1240 ml->convert_type == LKM_IVMODE &&
1809 if (ml->convert_type != LKM_IVMODE) {
1811 newlock->ml.convert_type = ml->convert_type;
1887 ml->type, ml->convert_type, ml->node,
H A Ddlmlock.c388 newlock->ml.convert_type = LKM_IVMODE;
H A Ddlmcommon.h292 s8 convert_type; member in struct:dlm_migratable_lock

Completed in 110 milliseconds