Searched defs:undo_file (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/resize/
H A Dmain.c50 "[-p] device [-b|-s|new_size] [-z undo_file]\n\n"),
170 static int resize2fs_setup_tdb(const char *device, char *undo_file, argument
179 if (undo_file && undo_file[0] != 0) {
184 retval = set_undo_io_backup_file(undo_file);
190 undo_file, device);
270 char *mtpt, *undo_file = NULL; local
320 undo_file = optarg;
405 if (undo_file) {
406 retval = resize2fs_setup_tdb(device_name, undo_file,
[all...]
/external/e2fsprogs/misc/
H A De2undo.c97 io_channel undo_file; member in struct:undo_context
113 static char *undo_file; variable
179 retval = io_channel_read_blk64(ctx->undo_file, ctx->super_block,
222 if (undo_file && undo_file[0] != 0) {
227 retval = set_undo_io_backup_file(undo_file);
233 undo_file, name);
344 undo_file = optarg;
357 if (undo_file && strcmp(tdb_file, undo_file)
[all...]
H A Dtune2fs.c103 static char *undo_file; variable
143 "[-U UUID]\n\t[-I new_inode_size] [-z undo_file] device\n"),
482 if (undo_file)
483 fprintf(stderr, _(" -z \"%s\""), undo_file);
1879 undo_file = optarg;
2602 if (undo_file && undo_file[0] != 0) {
2607 retval = set_undo_io_backup_file(undo_file);
2613 undo_file, name);
2847 undo_file
[all...]
H A Dmke2fs.c117 static char *undo_file; variable
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)) {
/external/e2fsprogs/lib/ext2fs/
H A Dundo_io.c130 io_channel undo_file; member in struct:undo_private_data
205 retval = io_channel_write_blk64(data->undo_file,
246 retval = io_channel_write_blk64(data->undo_file, 0,
257 retval = io_channel_write_blk64(data->undo_file, data->super_blk_num,
263 retval = io_channel_flush(data->undo_file);
300 io_channel_set_blksize(data->undo_file, data->tdb_data_size);
304 retval = io_channel_read_blk64(data->undo_file, i, 1,
308 retval = io_channel_write_blk64(data->undo_file, i, 1,
312 retval = io_channel_flush(data->undo_file);
337 if (data->undo_file
497 check_filesystem(struct undo_header *hdr, io_channel undo_file, unsigned int blocksize, blk64_t super_block, io_channel channel) argument
[all...]
/external/e2fsprogs/debugfs/
H A Ddebugfs.c59 static int debugfs_setup_tdb(const char *device_name, char *undo_file, argument
67 if (undo_file && undo_file[0] != 0) {
72 retval = set_undo_io_backup_file(undo_file);
78 undo_file, device_name);
135 char *data_filename, char *undo_file)
170 if (undo_file) {
171 retval = debugfs_setup_tdb(device, undo_file, &io_ptr);
228 char *undo_file = NULL; local
271 undo_file
133 open_filesystem(char *device, int open_flags, blk64_t superblock, blk64_t blocksize, int catastrophic, char *data_filename, char *undo_file) argument
2431 char *undo_file = NULL; local
[all...]
/external/e2fsprogs/e2fsck/
H A De2fsck.h395 char *undo_file; member in struct:e2fsck_struct

Completed in 176 milliseconds