Home
last modified time | relevance | path

Searched refs:parse_extended_opts (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/misc/
Ddumpe2fs.c509 static void parse_extended_opts(const char *opts, blk64_t *superblock, in parse_extended_opts() function
658 parse_extended_opts(optarg, &use_superblock, in main()
Dmke2fs.c797 static void parse_extended_opts(struct ext2_super_block *param, in parse_extended_opts() function
2472 parse_extended_opts(&fs_param, tmp); in PRS()
2477 parse_extended_opts(&fs_param, extended_opts); in PRS()
Dtune2fs.c2110 static int parse_extended_opts(ext2_filsys fs, const char *opts) in parse_extended_opts() function
3244 rc = parse_extended_opts(fs, extended_cmd); in main()
/external/erofs-utils/mkfs/
Dmain.c318 static int parse_extended_opts(const char *opts) in parse_extended_opts() function
598 opt = parse_extended_opts(optarg); in mkfs_parse_options_cfg()
/external/e2fsprogs/e2fsck/
Dunix.c663 static void parse_extended_opts(e2fsck_t ctx, const char *opts) in parse_extended_opts() function
1030 parse_extended_opts(ctx, extended_opts); in PRS()