Searched refs:parse_extended_opts (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 410 static void parse_extended_opts(const char *opts, blk_t *superblock, in parse_extended_opts() function 527 parse_extended_opts(optarg, &use_superblock, in main()
|
D | mke2fs.c | 693 static void parse_extended_opts(struct ext2_super_block *param, in parse_extended_opts() function 1801 parse_extended_opts(&fs_param, tmp); in PRS() 1806 parse_extended_opts(&fs_param, extended_opts); in PRS()
|
D | tune2fs.c | 900 static void parse_extended_opts(ext2_filsys fs, const char *opts) in parse_extended_opts() function 1779 parse_extended_opts(fs, extended_cmd); in main()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 567 static void parse_extended_opts(e2fsck_t ctx, const char *opts) in parse_extended_opts() function 849 parse_extended_opts(ctx, extended_opts); in PRS()
|