• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/

Lines Matching refs:ml

57 #define dlm_lock_is_remote(dlm, lock)     ((lock)->ml.node != (dlm)->node_num)
321 if (target->ml.convert_type == LKM_IVMODE) {
331 if (!dlm_lock_compatible(lock->ml.type,
332 target->ml.convert_type)) {
335 if (lock->ml.highest_blocked == LKM_IVMODE) {
340 if (lock->ml.highest_blocked < target->ml.convert_type)
341 lock->ml.highest_blocked =
342 target->ml.convert_type;
350 if (!dlm_lock_compatible(lock->ml.type,
351 target->ml.convert_type)) {
353 if (lock->ml.highest_blocked == LKM_IVMODE) {
357 if (lock->ml.highest_blocked < target->ml.convert_type)
358 lock->ml.highest_blocked =
359 target->ml.convert_type;
366 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
370 res->lockname.name, target->ml.type,
371 target->ml.convert_type, target->ml.node);
373 target->ml.type = target->ml.convert_type;
374 target->ml.convert_type = LKM_IVMODE;
398 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
400 if (lock->ml.highest_blocked == LKM_IVMODE) {
404 if (lock->ml.highest_blocked < target->ml.type)
405 lock->ml.highest_blocked = target->ml.type;
414 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
416 if (lock->ml.highest_blocked == LKM_IVMODE) {
420 if (lock->ml.highest_blocked < target->ml.type)
421 lock->ml.highest_blocked = target->ml.type;
429 BUG_ON(target->ml.highest_blocked != LKM_IVMODE);
433 target->ml.type, target->ml.node);
435 // target->ml.type is already correct
548 if (lock->ml.node != dlm->node_num) {
583 BUG_ON(lock->ml.highest_blocked <= LKM_IVMODE);
584 hi = lock->ml.highest_blocked;
585 lock->ml.highest_blocked = LKM_IVMODE;
596 if (lock->ml.node != dlm->node_num) {