/third_party/e2fsprogs/misc/ |
D | e2undo.c | 103 io_channel undo_file; member 119 static char *undo_file; variable 189 retval = io_channel_read_blk64(ctx->undo_file, ctx->super_block, in check_filesystem() 232 if (undo_file && undo_file[0] != 0) { in e2undo_setup_tdb() 237 retval = set_undo_io_backup_file(undo_file); in e2undo_setup_tdb() 243 undo_file, name); in e2undo_setup_tdb() 354 undo_file = optarg; in main() 367 if (undo_file && strcmp(tdb_file, undo_file) == 0) { in main() 374 &undo_ctx.undo_file); in main() 380 retval = io_channel_read_blk64(undo_ctx.undo_file, 0, in main() [all …]
|
D | tune2fs.c | 103 static char *undo_file; variable 501 if (undo_file) in convert_64bit() 502 fprintf(stderr, _(" -z \"%s\""), undo_file); in convert_64bit() 2064 undo_file = optarg; in parse_tune2fs_options() 2795 if (undo_file && undo_file[0] != 0) { in tune2fs_setup_tdb() 2800 retval = set_undo_io_backup_file(undo_file); in tune2fs_setup_tdb() 2806 undo_file, name); in tune2fs_setup_tdb() 3048 undo_file = default_undo_file; in main() 3052 if (undo_file && io_ptr_orig == NULL) { in main()
|
D | mke2fs.c | 119 static char *undo_file; variable 1896 undo_file = optarg; in PRS() 2750 if (undo_file && undo_file[0] != 0) { in mke2fs_setup_tdb() 2755 retval = set_undo_io_backup_file(undo_file); in mke2fs_setup_tdb() 2760 " e2undo %s %s\n\n"), undo_file, name); in mke2fs_setup_tdb() 3007 if (undo_file != NULL || should_do_undo(device_name)) { in main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | undo_io.c | 130 io_channel undo_file; member 205 retval = io_channel_write_blk64(data->undo_file, in write_undo_indexes() 246 retval = io_channel_write_blk64(data->undo_file, 0, in write_undo_indexes() 257 retval = io_channel_write_blk64(data->undo_file, data->super_blk_num, in write_undo_indexes() 263 retval = io_channel_flush(data->undo_file); in write_undo_indexes() 300 io_channel_set_blksize(data->undo_file, data->tdb_data_size); in undo_setup_tdb() 304 retval = io_channel_read_blk64(data->undo_file, i, 1, in undo_setup_tdb() 308 retval = io_channel_write_blk64(data->undo_file, i, 1, in undo_setup_tdb() 312 retval = io_channel_flush(data->undo_file); in undo_setup_tdb() 337 if (data->undo_file == NULL) { in undo_write_tdb() [all …]
|
/third_party/e2fsprogs/resize/ |
D | main.c | 171 static int resize2fs_setup_tdb(const char *device, char *undo_file, in resize2fs_setup_tdb() argument 180 if (undo_file && undo_file[0] != 0) { in resize2fs_setup_tdb() 185 retval = set_undo_io_backup_file(undo_file); in resize2fs_setup_tdb() 191 undo_file, device); in resize2fs_setup_tdb() 271 char *mtpt, *undo_file = NULL; in main() local 323 undo_file = optarg; in main() 408 if (undo_file) { in main() 409 retval = resize2fs_setup_tdb(device_name, undo_file, &io_ptr); in main()
|
/third_party/e2fsprogs/debugfs/ |
D | debugfs.c | 66 static int debugfs_setup_tdb(const char *device_name, char *undo_file, in debugfs_setup_tdb() argument 75 if (undo_file && undo_file[0] != 0) { in debugfs_setup_tdb() 80 retval = set_undo_io_backup_file(undo_file); in debugfs_setup_tdb() 86 undo_file, device_name); in debugfs_setup_tdb() 143 char *data_filename, char *undo_file) in open_filesystem() argument 173 if (undo_file) { in open_filesystem() 174 retval = debugfs_setup_tdb(device, undo_file, &io_ptr); in open_filesystem() 237 char *undo_file = NULL; in do_open_filesys() local 283 undo_file = optarg; in do_open_filesys() 297 data_filename, undo_file); in do_open_filesys() [all …]
|
/third_party/e2fsprogs/e2fsck/ |
D | unix.c | 991 ctx->undo_file = optarg; in PRS() 1306 if (ctx->undo_file && ctx->undo_file[0] != 0) { in e2fsck_setup_tdb() 1311 retval = set_undo_io_backup_file(ctx->undo_file); in e2fsck_setup_tdb() 1317 ctx->undo_file, ctx->filesystem_name); in e2fsck_setup_tdb() 1509 if (ctx->undo_file) { in main()
|
D | e2fsck.h | 450 char *undo_file; member
|
/third_party/e2fsprogs/po/ |
D | pt.po | 3096 "\t\t[-E extended-options] [-z undo_file] device\n" 3100 "\t\t[-E extended-options] [-z undo_file] dispositivo\n" 3128 " -z undo_file Create an undo file\n" 3136 " -z undo_file Cria um ficheiro para desfazer\n" 4870 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 4871 msgstr "Uso: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <ficheiro de transacção> <sistema de… 5254 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 5263 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6334 "\t[-I new_inode_size] [-z undo_file] device\n" 6343 "\t[-I new_inode_size] [-z undo_file] dispositivo\n" [all …]
|
D | zh_CN.po | 3034 "\t\t[-E extended-options] [-z undo_file] device\n" 3066 " -z undo_file Create an undo file\n" 3074 " -z undo_file 创建一个撤销文件\n" 4771 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 4772 msgstr "用法:%s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <事务文件> <文件系统>\n" 5155 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6266 #| "\t[-I new_inode_size] [-z undo_file] device\n" 6275 "\t[-I new_inode_size] [-z undo_file] device\n" 7232 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | fi.po | 2910 "\t\t[-E extended-options] [-z undo_file] device\n" 2937 " -z undo_file Create an undo file\n" 4616 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5001 "undo_file]\n" 5976 "\t[-I new_inode_size] [-z undo_file] device\n" 6827 "[-S RAID-stride] [-z undo_file]\n"
|
D | e2fsprogs.pot | 2987 "\t\t[-E extended-options] [-z undo_file] device\n" 3010 " -z undo_file Create an undo file\n" 4674 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5059 "undo_file]\n" 6077 "\t[-I new_inode_size] [-z undo_file] device\n" 6984 "[-S RAID-stride] [-z undo_file]\n"
|
D | de.po | 3079 "\t\t[-E extended-options] [-z undo_file] device\n" 3112 " -z undo_file Create an undo file\n" 3120 " -z undo_file Eine Datei zum rückgängig machen der Änderungen erzeugen\n" 4868 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5250 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6382 #| "\t[-I new_inode_size] [-z undo_file] device\n" 6391 "\t[-I new_inode_size] [-z undo_file] device\n" 7385 #| "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-z undo_file]\n" 7388 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | sr.po | 3071 "\t\t[-E extended-options] [-z undo_file] device\n" 3105 " -z undo_file Create an undo file\n" 4838 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5217 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6285 "\t[-I new_inode_size] [-z undo_file] device\n" 7279 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | uk.po | 3076 "\t\t[-E extended-options] [-z undo_file] device\n" 3108 " -z undo_file Create an undo file\n" 4843 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5222 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6291 "\t[-I new_inode_size] [-z undo_file] device\n" 7287 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | ms.po | 3189 "\t\t[-E extended-options] [-z undo_file] device\n" 3211 " -z undo_file Create an undo file\n" 4933 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5319 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6332 "\t[-I new_inode_size] [-z undo_file] device\n" 7241 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | it.po | 3116 "\t\t[-E extended-options] [-z undo_file] device\n" 3153 " -z undo_file Create an undo file\n" 4905 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5299 "undo_file]\n" 6329 "\t[-I new_inode_size] [-z undo_file] device\n" 7260 "[-S RAID-stride] [-z undo_file]\n"
|
D | id.po | 3066 "\t\t[-E extended-options] [-z undo_file] device\n" 3103 " -z undo_file Create an undo file\n" 4861 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5261 "undo_file]\n" 6321 "\t[-I new_inode_size] [-z undo_file] device\n" 7265 "[-S RAID-stride] [-z undo_file]\n"
|
D | da.po | 2996 "\t\t[-E extended-options] [-z undo_file] device\n" 3019 " -z undo_file Create an undo file\n" 4718 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5115 "undo_file]\n" 6165 "\t[-I new_inode_size] [-z undo_file] device\n" 7085 "[-S RAID-stride] [-z undo_file]\n"
|
D | eo.po | 3046 "\t\t[-E extended-options] [-z undo_file] device\n" 3081 " -z undo_file Create an undo file\n" 4766 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5157 "undo_file]\n" 6143 "\t[-I new_inode_size] [-z undo_file] device\n" 6998 "[-S RAID-stride] [-z undo_file]\n"
|
D | vi.po | 3032 "\t\t[-E extended-options] [-z undo_file] device\n" 3065 " -z undo_file Create an undo file\n" 3073 " -z undo_file Tạo một tập tin undo\n" 4757 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5141 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6231 "\t[-I new_inode_size] [-z undo_file] device\n" 7188 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n" 7191 …cờ_gỡ_lỗi] [-f] [-F] [-M] [-P] [-p] thiết_bị [-b|-s|kích_cỡ_mới] [-S RAID-stride] [-z undo_file]\n"
|
D | tr.po | 3109 "\t\t[-E extended-options] [-z undo_file] device\n" 3169 " -z undo_file Create an undo file\n" 5016 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5428 "undo_file]\n" 6517 "\t[-I new_inode_size] [-z undo_file] device\n" 7507 "[-S RAID-stride] [-z undo_file]\n"
|
D | sv.po | 3116 "\t\t[-E extended-options] [-z undo_file] device\n" 3148 " -z undo_file Create an undo file\n" 4891 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5275 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6359 "\t[-I new_inode_size] [-z undo_file] device\n" 7363 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|
D | ca.po | 3117 "\t\t[-E extended-options] [-z undo_file] device\n" 3154 " -z undo_file Create an undo file\n" 4933 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> " 5333 "undo_file]\n" 6451 "\t[-I new_inode_size] [-z undo_file] device\n" 7437 "[-S RAID-stride] [-z undo_file]\n"
|
D | nl.po | 3119 "\t\t[-E extended-options] [-z undo_file] device\n" 3153 " -z undo_file Create an undo file\n" 4911 msgid "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> <filesystem>\n" 5303 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n" 6400 "\t[-I new_inode_size] [-z undo_file] device\n" 7411 …-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]\n"
|