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

/external/e2fsprogs/misc/
H A Dmke2fs.h22 extern int get_int_from_profile(char **types, const char *opt, int def_val);
H A Dmk_hugefiles.c411 uid = get_int_from_profile(fs_types, "hugefiles_uid", 0);
412 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0);
413 fs->umask = get_int_from_profile(fs_types, "hugefiles_umask", 077);
414 num_files = get_int_from_profile(fs_types, "num_hugefiles", 0);
448 idx_digits = get_int_from_profile(fs_types, "hugefiles_digits", 5);
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 122 milliseconds