Home
last modified time | relevance | path

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

123

/third_party/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
/third_party/e2fsprogs/misc/
Dmk_hugefiles.c492 if (!get_bool_from_profile(fs_types, "make_hugefiles", 0)) in mk_hugefiles()
498 uid = get_int_from_profile(fs_types, "hugefiles_uid", 0); in mk_hugefiles()
499 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0); in mk_hugefiles()
500 fs->umask = get_int_from_profile(fs_types, "hugefiles_umask", 077); in mk_hugefiles()
501 num_files = get_int_from_profile(fs_types, "num_hugefiles", 0); in mk_hugefiles()
502 t = get_string_from_profile(fs_types, "hugefiles_slack", "1M"); in mk_hugefiles()
505 t = get_string_from_profile(fs_types, "hugefiles_size", "0"); in mk_hugefiles()
508 t = get_string_from_profile(fs_types, "hugefiles_align", "0"); in mk_hugefiles()
511 if (get_bool_from_profile(fs_types, "hugefiles_align_disk", 0)) { in mk_hugefiles()
524 zero_hugefile = get_bool_from_profile(fs_types, "zero_hugefiles", in mk_hugefiles()
[all …]
Dmke2fs.c117 char **fs_types; variable
2060 fs_types = parse_fs_type(fs_type, usage_types, &fs_param, in PRS()
2063 if (!fs_types) { in PRS()
2072 tmp = get_string_from_profile(fs_types, "base_features", in PRS()
2078 tmp = get_string_from_profile(fs_types, "default_mntopts", in PRS()
2084 for (cpp = fs_types; *cpp; cpp++) { in PRS()
2093 tmp = get_string_from_profile(fs_types, "default_features", in PRS()
2161 use_bsize = get_int_from_profile(fs_types, "blocksize", 4096); in PRS()
2200 get_bool_from_profile(fs_types, "auto_64-bit_support", 0)) { in PRS()
2233 for (i=0; fs_types[i]; i++) { in PRS()
[all …]
Dmke2fs.h18 extern char **fs_types;
Dmke2fs-hurd.conf9 [fs_types]
Dmke2fs.conf.in9 [fs_types]
Dfsck.h70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
/third_party/ltp/lib/
Dtst_supported_fs_types.c30 static const char *fs_types[ARRAY_SIZE(fs_type_whitelist)]; variable
150 fs_types[0] = only_fs; in tst_get_supported_fs_types()
151 return fs_types; in tst_get_supported_fs_types()
171 fs_types[j++] = fs_type_whitelist[i]; in tst_get_supported_fs_types()
174 return fs_types; in tst_get_supported_fs_types()
/third_party/e2fsprogs/tests/
Dmke2fs.conf.in13 [fs_types]
/third_party/e2fsprogs/tests/m_hugefile_slack/
Dscript9 [fs_types]
/third_party/e2fsprogs/tests/u_errorout/
Dscript16 [fs_types]
/third_party/e2fsprogs/tests/f_opt_extent_ext3/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/f_opt_extent/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_disable_mcsum/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_enable_mcsum_ext3/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_disable_mcsum_yesinitbg/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_disable_mcsum_noinitbg/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_enable_mcsum_initbg/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/t_enable_mcsum/
Dscript7 [fs_types]
/third_party/e2fsprogs/tests/r_32to64bit_move_itable/
Dscript12 [fs_types]
/third_party/e2fsprogs/tests/r_32to64bit_meta/
Dscript12 [fs_types]
/third_party/e2fsprogs/tests/d_fallocate_blkmap/
Dscript16 [fs_types]
/third_party/e2fsprogs/tests/r_64to32bit/
Dscript12 [fs_types]
/third_party/e2fsprogs/tests/r_32to64bit/
Dscript12 [fs_types]

123