Searched refs:undo_file (Results 1 - 8 of 8) sorted by relevance

/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.c114 static char *undo_file; variable
137 "[-z undo_file]\n"
1805 undo_file = optarg;
2538 if (undo_file && undo_file[0] != 0) {
2543 retval = set_undo_io_backup_file(undo_file);
2548 " e2undo %s %s\n\n"), undo_file, name);
2793 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/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/debugfs/
H A Ddebugfs.c56 static int debugfs_setup_tdb(const char *device_name, char *undo_file, argument
64 if (undo_file && undo_file[0] != 0) {
69 retval = set_undo_io_backup_file(undo_file);
75 undo_file, device_name);
132 char *data_filename, char *undo_file)
167 if (undo_file) {
168 retval = debugfs_setup_tdb(device, undo_file, &io_ptr);
225 char *undo_file = NULL; local
268 undo_file
130 open_filesystem(char *device, int open_flags, blk64_t superblock, blk64_t blocksize, int catastrophic, char *data_filename, char *undo_file) argument
2428 char *undo_file = NULL; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dunix.c79 "\t\t[-E extended-options] [-z undo_file] device\n"),
95 " -z undo_file Create an undo file\n"
940 ctx->undo_file = optarg;
1244 if (ctx->undo_file && ctx->undo_file[0] != 0) {
1249 retval = set_undo_io_backup_file(ctx->undo_file);
1255 ctx->undo_file, ctx->filesystem_name);
1433 if (ctx->undo_file) {
H A De2fsck.h395 char *undo_file; member in struct:e2fsck_struct

Completed in 167 milliseconds