Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Ddumpe2fs.c496 static void parse_extended_opts(const char *opts, blk64_t *superblock, in parse_extended_opts() function
644 parse_extended_opts(optarg, &use_superblock, in main()
Dmke2fs.c786 static void parse_extended_opts(struct ext2_super_block *param, in parse_extended_opts() function
2349 parse_extended_opts(&fs_param, tmp); in PRS()
2354 parse_extended_opts(&fs_param, extended_opts); in PRS()
Dtune2fs.c2069 static int parse_extended_opts(ext2_filsys fs, const char *opts) in parse_extended_opts() function
3193 rc = parse_extended_opts(fs, extended_cmd); in main()
/external/e2fsprogs/e2fsck/
Dunix.c659 static void parse_extended_opts(e2fsck_t ctx, const char *opts) in parse_extended_opts() function
1010 parse_extended_opts(ctx, extended_opts); in PRS()