Lines Matching refs:redo
1443 // redo data is not available either and existing data is not zero.
2566 u32 redo;
2576 redo = get_redo_offset(&action->record);
2577 if ((redo + length) > end)
2580 data = ((const char*)&action->record) + redo;
2694 u32 redo;
2704 redo = get_redo_offset(&action->record);
2707 /* sometimes there is no redo data */
2708 if ((redo + length) > end)
2711 data = ((const char*)&action->record) + redo;
2785 u32 redo;
2795 redo = get_redo_offset(&action->record);
2796 if ((redo + length) > end)
2799 data = ((const char*)&action->record) + redo;
3255 /* redo initialize, clearing the in_use flag ? */
3444 /* check whether the redo attr matches what we have in store */
3866 * No undo data, we cannot undo, sometimes the redo
4079 * Display the redo actions which were executed
4260 printf("** Unsupported redo %s\n", actionname(rop));
4496 * Play the redo actions from earliest to latest
4498 * Currently we can only redo the last undone transaction,
4791 * which did not take place, there is nothing to redo,
4831 * which did not take place, there is nothing to redo,