Lines Matching defs:offset
816 u32 offset;
819 offset = 0x30 + le16_to_cpu(logr->undo_offset);
821 offset = 0x28 + le16_to_cpu(logr->undo_offset);
822 return (offset);
827 u32 offset;
830 offset = 0x30 + le16_to_cpu(logr->redo_offset);
832 offset = 0x28 + le16_to_cpu(logr->redo_offset);
833 return (offset);
868 /* if there is redo data, offset must be >= 0x28 */
871 /* if there is undo data, offset must be >= 0x28 */
996 /* Minimal size is apparently 48 : offset of redo_operation */
1026 " offset 0x%x\n",
1047 " starting at offset 0x%x\n",
1056 " starting at offset 0x%x\n",
1060 " starting at offset 0x%x\n",
1376 printf(" attrib 0x%lx (%s) at offset 0x%x\n",
1445 * The record offset designates the mft attribute offset,
1495 printf(" set an MFT attribute at offset 0x%x, attr 0x%x\n",
1554 * The record offset designates the mft attribute offset,
1640 * The record offset designates the mft attribute offset,
1996 printf("** Unexpected redo offset 0x%x %u (%u)\n",
2000 printf("** Unexpected undo offset 0x%x %u (%u)\n",
2004 printf("** Unexpected extra offset 0x%x %u (%u)\n",
2510 * (when both offset and length are 65528 for
2649 " offset 0x%x\n", (int)k);
2662 " offset 0x%x\n",
3182 printf("** Inconsistent restart area offset.\n");
3490 " at offset 0x%x\n", (int)k);
3492 printf("** Bad first record at offset 0x%x\n",
3517 " offset 0x%x, stopping\n",
3704 le64 offset;
3712 offset = basebuf->block.record.copy.file_offset;
3722 curblk = le64_to_cpu(offset) >> blockbits;