Searched refs:get_int_from_profile (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 406 uid = get_int_from_profile(fs_types, "hugefiles_uid", 0); in mk_hugefiles() 407 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0); in mk_hugefiles() 408 fs->umask = get_int_from_profile(fs_types, "hugefiles_umask", 077); in mk_hugefiles() 409 num_files = get_int_from_profile(fs_types, "num_hugefiles", 0); in mk_hugefiles() 443 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 | 1349 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() function 2045 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); in PRS() 2173 cluster_size = get_int_from_profile(fs_types, in PRS() 2194 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS() 2217 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS() 2368 inode_size = get_int_from_profile(fs_types, "inode_size", 0); in PRS() 2490 force_undo = get_int_from_profile(fs_types, "force_undo", 0); in should_do_undo()
|