Home | History | Annotate | Download | only in misc

Lines Matching refs:tdb_file

1528 	char *tdb_file;
1557 tdb_file = malloc(strlen(tdb_dir) + 9 + strlen(dev_name) + 7 + 1);
1558 if (!tdb_file)
1560 sprintf(tdb_file, "%s/tune2fs-%s.e2undo", tdb_dir, dev_name);
1562 if (!access(tdb_file, F_OK)) {
1563 if (unlink(tdb_file) < 0) {
1567 tdb_file);
1568 free(tdb_file);
1575 set_undo_io_backup_file(tdb_file);
1578 tdb_file, name);
1579 free(tdb_file);