Lines Matching defs:offs
350 printf("attr %08lx offs 0x%x nres %d",
356 printf("attr %08lx offs 0x%x nres %d\n",
371 printf("attr %08lx offs 0x%x\n",
1606 static int insert_index_allocation(ntfs_volume *vol, char *buffer, u32 offs)
1638 && ((pos + length) == offs)
1641 memmove(buffer + offs + addedlength, buffer + offs,
1642 mftrecsz - offs - addedlength);
1647 attr = (ATTR_RECORD*)&buffer[offs];
1654 memcpy(buffer + offs + 0x40, buffer + pos + 0x18,
1673 attr = (ATTR_RECORD*)&buffer[offs + length - 8];
1680 memcpy(buffer + offs + length - 8 + 0x18,
3483 u32 offs;
3501 offs = le16_to_cpu(action->record.record_offset);
3502 attr = (ATTR_RECORD*)(buffer + offs);
3504 err = insert_index_allocation(vol, buffer, offs);