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

/external/e2fsprogs/misc/
H A Dmke2fs.c1365 int get_int_from_profile(char **types, const char *opt, int def_val) function
2066 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096);
2194 cluster_size = get_int_from_profile(fs_types,
2215 inode_ratio = get_int_from_profile(fs_types, "inode_ratio",
2238 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2);
2389 inode_size = get_int_from_profile(fs_types, "inode_size", 0);
2511 force_undo = get_int_from_profile(fs_types, "force_undo", 0);

Completed in 80 milliseconds