Searched defs:get_int_from_profile (Results 1 - 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
H A D | mke2fs.c | 1188 static int get_int_from_profile(char **types, const char *opt, int def_val) function 1792 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); 1921 cluster_size = get_int_from_profile(fs_types, 1942 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", 2074 inode_size = get_int_from_profile(fs_types, "inode_size", 0); 2077 flex_bg_size = get_int_from_profile(fs_types, 2166 force_undo = get_int_from_profile(fs_types, "force_undo", 0);
|
Completed in 46 milliseconds