Searched refs:get_int_from_profile (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 497 uid = get_int_from_profile(fs_types, "hugefiles_uid", 0); in mk_hugefiles() 498 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0); in mk_hugefiles() 499 fs->umask = get_int_from_profile(fs_types, "hugefiles_umask", 077); in mk_hugefiles() 500 num_files = get_int_from_profile(fs_types, "num_hugefiles", 0); in mk_hugefiles() 534 idx_digits = get_int_from_profile(fs_types, "hugefiles_digits", 5); in mk_hugefiles()
|
D | mke2fs.h | 22 extern int get_int_from_profile(char **types, const char *opt, int def_val);
|
D | mke2fs.c | 1423 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() function 2133 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); in PRS() 2281 cluster_size = get_int_from_profile(fs_types, in PRS() 2302 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS() 2325 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS() 2456 inode_size = get_int_from_profile(fs_types, in PRS() 2523 inode_size = get_int_from_profile(fs_types, "inode_size", 0); in PRS() 2632 force_undo = get_int_from_profile(fs_types, "force_undo", 0); in should_do_undo()
|