Home | History | Annotate | Download | only in misc

Lines Matching refs:tdb_file

218 	char *tdb_file = NULL;
253 tdb_file = malloc(strlen(tdb_dir) + 8 + strlen(dev_name) + 7 + 1);
254 if (!tdb_file) {
258 sprintf(tdb_file, "%s/e2undo-%s.e2undo", tdb_dir, dev_name);
261 if ((unlink(tdb_file) < 0) && (errno != ENOENT)) {
264 _("while trying to delete %s"), tdb_file);
272 retval = set_undo_io_backup_file(tdb_file);
278 tdb_file, name);
280 free(tdb_file);
283 free(tdb_file);
296 char *device_name, *tdb_file;
354 tdb_file = argv[optind];
357 if (undo_file && strcmp(tdb_file, undo_file) == 0) {
363 retval = manager->open(tdb_file, IO_FLAG_EXCLUSIVE,
367 _("while opening undo file `%s'\n"), tdb_file);
379 fprintf(stderr, _("%s: Not an undo file.\n"), tdb_file);
391 tdb_file);
397 fprintf(stderr, _("%s: Corrupt undo file header.\n"), tdb_file);
402 tdb_file);
407 tdb_file);
420 tdb_file);
514 tdb_file, lblk);
524 tdb_file, lblk);
547 tdb_file, ikey->fsblk);