Lines Matching refs:start2

121     SINGLE_RANGE_OVERLAP((_cand)->start2, (_cand)->stop2,                 \
124 (_pred)->start2, (_pred)->stop2) || \
125 SINGLE_RANGE_OVERLAP((_cand)->start2, (_cand)->stop2, \
126 (_pred)->start2, (_pred)->stop2) )
274 lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2); in rf_AcquireStripeLock()
303 …tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lock… in rf_AcquireStripeLock()
322 …, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop… in rf_AcquireStripeLock()
351 lockReqDesc->start2, lockReqDesc->stop2); in rf_AcquireStripeLock()
396 …tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lock… in rf_ReleaseStripeLock()
478 … tid, stripeID, lr->type, lr->start, lr->stop, lr->start2, lr->stop2, (unsigned long) lockTable); in rf_ReleaseStripeLock()
504 …tid, stripeID, candidate->type, candidate->start, candidate->stop, candidate->start2, candidate->s… in rf_ReleaseStripeLock()
524 …tid, stripeID, candidate->type, candidate->start, candidate->stop, candidate->start2, candidate->s… in rf_ReleaseStripeLock()
546 …tid, stripeID, candidate->type, candidate->start, candidate->stop, candidate->start2, candidate->s… in rf_ReleaseStripeLock()
561 …tid, stripeID, candidate->type, candidate->start, candidate->stop, candidate->start2, candidate->s… in rf_ReleaseStripeLock()
692 if (q->start2 != -1) in PrintLockedStripes()
693 printf(",%ld-%ld) ", (long) q->start2, in PrintLockedStripes()
713 if (q->start2 != -1) in PrintLockedStripes()
714 printf(",%ld-%ld) ", (long) q->start2, (long) q->stop2); in PrintLockedStripes()