Home
last modified time | relevance | path

Searched refs:fs_types (Results 1 – 25 of 66) sorted by relevance

123

/external/autotest/client/bin/
Dxfstest_util.py22 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/
Dexpect17 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
Dscript20 [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/
Dmk_hugefiles.c490 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 …]
Dmke2fs.c116 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 …]
Dmke2fs.h18 extern char **fs_types;
Dmke2fs-hurd.conf9 [fs_types]
Dfsck.h70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
Dmke2fs.conf.in9 [fs_types]
/external/ltp/lib/
Dtst_supported_fs_types.c40 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/
Dcontrol.standalone_plain19 xfs_env.setup_partitions(job, fs_types=['ext4'])
25 for fs_type in xfs_env.fs_types:
Dcontrol.standalone_crypto19 xfs_env.setup_partitions(job, fs_types=['ext4'], crypto=True)
25 for fs_type in xfs_env.fs_types:
Dcontrol.plain22 xfs_env.setup_partitions(job, fs_types=['ext4'])
52 for fs_type in xfs_env.fs_types:
Dcontrol22 xfs_env.setup_partitions(job, fs_types=['ext4'], crypto=True)
52 for fs_type in xfs_env.fs_types:
/external/e2fsprogs/tests/
Dmke2fs.conf.in12 [fs_types]
/external/e2fsprogs/tests/m_hugefile_slack/
Dscript9 [fs_types]
/external/e2fsprogs/tests/u_errorout/
Dscript16 [fs_types]
/external/e2fsprogs/tests/f_opt_extent/
Dscript7 [fs_types]
/external/e2fsprogs/tests/f_opt_extent_ext3/
Dscript7 [fs_types]
/external/e2fsprogs/tests/t_disable_mcsum_noinitbg/
Dscript7 [fs_types]
/external/e2fsprogs/tests/t_enable_mcsum_ext3/
Dscript7 [fs_types]
/external/e2fsprogs/tests/r_32to64bit/
Dscript12 [fs_types]
/external/e2fsprogs/tests/t_enable_mcsum_initbg/
Dscript7 [fs_types]
/external/e2fsprogs/tests/t_disable_mcsum/
Dscript7 [fs_types]
/external/e2fsprogs/tests/t_enable_mcsum/
Dscript7 [fs_types]

123