Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmk_hugefiles.c496 uid = get_int_from_profile(fs_types, "hugefiles_uid", 0); in mk_hugefiles()
497 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0); in mk_hugefiles()
498 fs->umask = get_int_from_profile(fs_types, "hugefiles_umask", 077); in mk_hugefiles()
499 num_files = get_int_from_profile(fs_types, "num_hugefiles", 0); in mk_hugefiles()
533 idx_digits = get_int_from_profile(fs_types, "hugefiles_digits", 5); in mk_hugefiles()
Dmke2fs.h22 extern int get_int_from_profile(char **types, const char *opt, int def_val);
Dmke2fs.c1378 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() function
2087 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); in PRS()
2233 cluster_size = get_int_from_profile(fs_types, in PRS()
2254 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS()
2277 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS()
2381 inode_size = get_int_from_profile(fs_types, in PRS()
2448 inode_size = get_int_from_profile(fs_types, "inode_size", 0); in PRS()
2557 force_undo = get_int_from_profile(fs_types, "force_undo", 0); in should_do_undo()