HomeSort by relevance Sort by last modified time
    Searched refs:undo_file (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 97 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) == 0)
    [all...]
tune2fs.c 103 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);
    [all...]
mke2fs.c 117 static char *undo_file; variable
140 "[-z undo_file]\n"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 130 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 == NULL)
    [all...]
  /external/e2fsprogs/resize/
main.c 50 "[-p] device [-b|-s|new_size] [-z undo_file]\n\n"),
170 static int resize2fs_setup_tdb(const char *device, char *undo_file,
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, &io_ptr)
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 59 static int debugfs_setup_tdb(const char *device_name, char *undo_file,
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 = optarg
2431 char *undo_file = NULL; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 79 "\t\t[-E extended-options] [-z undo_file] device\n"),
95 " -z undo_file Create an undo file\n"
940 ctx->undo_file = optarg;
    [all...]
e2fsck.h 395 char *undo_file; member in struct:e2fsck_struct

Completed in 172 milliseconds