Lines Matching refs:overlapped
254 while (this->overlapped) {
258 * We killed a node which set the overlapped
261 this->overlapped = 0;
301 /* ... and is good. Kill 'this' and any subsequent nodes which are also overlapped */
306 dbg_readinode("Kill overlapped ver %d, 0x%x-0x%x\n",
313 dbg_readinode("Done killing overlapped nodes\n");
319 /* New node entirely overlapped by 'this' */
362 dbg_readinode("Node is overlapped by %p (v %d, 0x%x-0x%x)\n",
365 tn->overlapped = 1;
368 if (!this->overlapped)
374 * We killed a node which set the overlapped
377 this->overlapped = 0;
387 this->overlapped = 1;
388 dbg_readinode("Node ver %d, 0x%x-0x%x is overlapped\n",
446 having thrown away the majority of overlapped nodes as we went, there
449 aren't overlapped, and when we encounter nodes which _do_ overlap we
468 this->fn->ofs+this->fn->size, this->overlapped);
479 if (unlikely(last->overlapped)) {
483 * We killed a node which set the overlapped
486 last->overlapped = 0;
516 this->fn->ofs+this->fn->size, this->overlapped);
768 * overlapped by a node with higher version) or not.
844 tn->overlapped = 0;
874 tn->fn->ofs+tn->fn->size, tn->overlapped);