Lines Matching defs:offs
1301 int offs;
1317 offs = le16_to_cpu(logr->attribute_offset);
1326 printf("redo fixup %dR %s attr 0x%x offs 0x%x\n",
1327 actionnum, actionname(action), attr, offs);
1329 printf("undo fixup %dU %s attr 0x%x offs 0x%x\n",
1330 actionnum, actionname(action), attr, offs);
1446 * offs and length define a right-justified window in this
1453 base = 0x18 - offs; /* p 8 */
1459 && !(offs & 3)
1496 (int)offs, attr);
1555 * offs and length define a left-justified window in this
1641 * offs and length define a right-justified window in this
1652 && !(offs & 3)) {
1920 printf(" (%d offs 0x%x) lcn %016llx",i,
2023 printf("redo data (new data) at offs 0x%x :\n",redo);
2051 else printf("undo data (old data) at offs 0x%x :\n",undo);
2077 printf("extra data at offs 0x%x\n",extra);
2823 int offs;
2829 offs = le16_to_cpu(rph->restart_area_offset);
2830 resa = (const RESTART_AREA*)&data[offs];
2831 rcli = (const LOG_CLIENT_RECORD*)&data[offs
2840 offs = le16_to_cpu(log_header.restart_area_offset);
2841 memcpy(&restart, &data[offs],
2843 offs += le16_to_cpu(restart.client_array_offset);
2844 memcpy(&client, &data[offs],
2860 size = offs + le16_to_cpu(resa->restart_area_length);
2886 offs = le16_to_cpu(log_header.restart_area_offset);
2887 memcpy(&restart, &data[offs],
2889 offs += le16_to_cpu(restart.client_array_offset);
2890 memcpy(&client, &data[offs],