Lines Matching full:tdb_file
1824 char *tdb_file;
1853 tdb_file = malloc(strlen(tdb_dir) + 9 + strlen(dev_name) + 7 + 1);
1854 if (!tdb_file)
1856 sprintf(tdb_file, "%s/tune2fs-%s.e2undo", tdb_dir, dev_name);
1858 if (!access(tdb_file, F_OK)) {
1859 if (unlink(tdb_file) < 0) {
1863 tdb_file);
1864 free(tdb_file);
1871 set_undo_io_backup_file(tdb_file);
1874 tdb_file, name);
1875 free(tdb_file);