Lines Matching refs:undo
2 * Redo or undo a list of logged actions
830 * and the actual record does not fully match the undo data.
3706 u32 undo;
3716 undo = get_undo_offset(&action->record);
3717 if ((undo + length) > end)
3720 data = ((const char*)&action->record) + undo;
3866 * No undo data, we cannot undo, sometimes the redo
3871 printf("Cannot undo, there is no undo data\n");
3887 u32 undo;
3897 undo = get_undo_offset(&action->record);
3898 if ((undo + length) > end)
3901 data = ((const char*)&action->record) + undo;
3954 u32 undo;
3964 undo = get_undo_offset(&action->record);
3965 if ((undo + length) > end)
3968 data = ((const char*)&action->record) + undo;
4656 printf("** Unsupported undo %s\n", actionname(rop));
4836 * create an initial index block and apply the undo.
4881 * Play the undo actions from latest to earliest
4884 * try to undo the actions which were executed. This implies