Home | History | Annotate | Download | only in misc

Lines Matching refs:undo_file

117 static char *undo_file;
140 "[-z undo_file]\n"
1821 undo_file = optarg;
2559 if (undo_file && undo_file[0] != 0) {
2564 retval = set_undo_io_backup_file(undo_file);
2569 " e2undo %s %s\n\n"), undo_file, name);
2814 if (undo_file != NULL || should_do_undo(device_name)) {