Lines Matching defs:start

123 			return (run->allocation_group << 16) | run->start;
208 || (a.allocation_group == b.allocation_group && a.start < b.start);
213 collectInodes(Disk& disk, RunSet* set, InodeHashtable* hashTable, off_t start,
226 off_t position = start;
229 for (off_t offset = start; offset < end; offset += sizeof(buffer)) {
275 100 * (offset - start) / (end - start), count);
372 run.allocation_group, run.start, missing->Name(), name);
380 // printf("index directory (%ld, %d): \"%s\" is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,name,run.allocation_group,run.start,run.length);
382 // printf("index directory (%ld, %d): key is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,run.allocation_group,run.start,run.length);
390 dir->BlockRun().start, name,
391 run.allocation_group, run.start, run.length);
451 node->BlockRun().start);
469 node->BlockRun().start);
483 node->BlockRun().start,
484 node->Mode(), run.allocation_group, run.start,
509 << ":" << (int32)run.start;
541 node->BlockRun().allocation_group, node->BlockRun().start,
542 node->Mode(), run.allocation_group, run.start, run.length);
548 node->BlockRun().allocation_group, node->BlockRun().start,
549 node->Mode(), run.allocation_group, run.start, run.length);
571 //printf("node \"%s\" (%ld, %d, mode = %010lo): has attribute dir!\n",node->Name(),node->BlockRun().allocation_group,node->BlockRun().start,node->Mode());
577 run.start, run.length);
627 run.allocation_group, run.start);
659 node->BlockRun().start);
667 run.allocation_group, run.start, run.length);
683 dir->Name(), run.allocation_group, run.start, run.length,
732 fprintf(stderr,"usage: %s [-idv] [-r [start-offset] [end-offset]] <device> [recover-to-path]\n"