Searched refs:get_int_from_profile (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dmke2fs.c1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val) function
1733 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096);
1762 inode_ratio = get_int_from_profile(fs_types, "inode_ratio",
1829 inode_size = get_int_from_profile(fs_types, "inode_size", 0);
1832 flex_bg_size = get_int_from_profile(fs_types,
1913 force_undo = get_int_from_profile(fs_types, "force_undo", 0);

Completed in 55 milliseconds