/external/autotest/client/bin/ |
D | xfstest_util.py | 22 fs_types={} variable in xfstests_env 24 def setup_partitions(self, job, fs_types, crypto=False, argument 39 self.fs_types = fs_types 82 for fs_type in self.fs_types:
|
/external/e2fsprogs/tests/m_error_behavior/ |
D | expect | 17 error fs_types profile continue 19 error fs_types profile panic 21 error fs_types profile remount-ro 23 error fs_types profile remount-ro
|
D | script | 20 [fs_types] 78 echo "error fs_types profile continue" >> $OUT 83 echo "error fs_types profile panic" >> $OUT 88 echo "error fs_types profile remount-ro" >> $OUT 94 echo "error fs_types profile remount-ro" >> $OUT
|
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 490 if (!get_bool_from_profile(fs_types, "make_hugefiles", 0)) in mk_hugefiles() 496 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() 500 t = get_string_from_profile(fs_types, "hugefiles_slack", "1M"); in mk_hugefiles() 503 t = get_string_from_profile(fs_types, "hugefiles_size", "0"); in mk_hugefiles() 506 t = get_string_from_profile(fs_types, "hugefiles_align", "0"); in mk_hugefiles() 509 if (get_bool_from_profile(fs_types, "hugefiles_align_disk", 0)) { in mk_hugefiles() 522 zero_hugefile = get_bool_from_profile(fs_types, "zero_hugefiles", in mk_hugefiles() [all …]
|
D | mke2fs.c | 116 char **fs_types; variable 1987 fs_types = parse_fs_type(fs_type, usage_types, &fs_param, in PRS() 1990 if (!fs_types) { in PRS() 1999 tmp = get_string_from_profile(fs_types, "base_features", in PRS() 2005 tmp = get_string_from_profile(fs_types, "default_mntopts", in PRS() 2011 for (cpp = fs_types; *cpp; cpp++) { in PRS() 2020 tmp = get_string_from_profile(fs_types, "default_features", in PRS() 2087 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); in PRS() 2126 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) { in PRS() 2157 for (i=0; fs_types[i]; i++) { in PRS() [all …]
|
D | mke2fs.h | 18 extern char **fs_types;
|
D | mke2fs-hurd.conf | 9 [fs_types]
|
D | fsck.h | 70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
|
D | mke2fs.conf.in | 9 [fs_types]
|
/external/ltp/lib/ |
D | tst_supported_fs_types.c | 40 static const char *fs_types[ARRAY_SIZE(fs_type_whitelist)]; variable 114 fs_types[j++] = fs_type_whitelist[i]; in tst_get_supported_fs_types() 117 return fs_types; in tst_get_supported_fs_types()
|
/external/autotest/client/tests/xfstests/ |
D | control.standalone_plain | 19 xfs_env.setup_partitions(job, fs_types=['ext4']) 25 for fs_type in xfs_env.fs_types:
|
D | control.standalone_crypto | 19 xfs_env.setup_partitions(job, fs_types=['ext4'], crypto=True) 25 for fs_type in xfs_env.fs_types:
|
D | control.plain | 22 xfs_env.setup_partitions(job, fs_types=['ext4']) 52 for fs_type in xfs_env.fs_types:
|
D | control | 22 xfs_env.setup_partitions(job, fs_types=['ext4'], crypto=True) 52 for fs_type in xfs_env.fs_types:
|
/external/e2fsprogs/tests/ |
D | mke2fs.conf.in | 12 [fs_types]
|
/external/e2fsprogs/tests/m_hugefile_slack/ |
D | script | 9 [fs_types]
|
/external/e2fsprogs/tests/u_errorout/ |
D | script | 16 [fs_types]
|
/external/e2fsprogs/tests/f_opt_extent/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/f_opt_extent_ext3/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/t_disable_mcsum_noinitbg/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/t_enable_mcsum_ext3/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/r_32to64bit/ |
D | script | 12 [fs_types]
|
/external/e2fsprogs/tests/t_enable_mcsum_initbg/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/t_disable_mcsum/ |
D | script | 7 [fs_types]
|
/external/e2fsprogs/tests/t_enable_mcsum/ |
D | script | 7 [fs_types]
|