Searched refs:fs_types (Results 1 – 25 of 62) sorted by relevance
123
/third_party/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
|
/third_party/e2fsprogs/misc/ |
D | mk_hugefiles.c | 492 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 …]
|
D | mke2fs.c | 117 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 …]
|
D | mke2fs.h | 18 extern char **fs_types;
|
D | mke2fs-hurd.conf | 9 [fs_types]
|
D | mke2fs.conf.in | 9 [fs_types]
|
D | fsck.h | 70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
|
/third_party/ltp/lib/ |
D | tst_supported_fs_types.c | 30 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/ |
D | mke2fs.conf.in | 13 [fs_types]
|
/third_party/e2fsprogs/tests/m_hugefile_slack/ |
D | script | 9 [fs_types]
|
/third_party/e2fsprogs/tests/u_errorout/ |
D | script | 16 [fs_types]
|
/third_party/e2fsprogs/tests/f_opt_extent_ext3/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/f_opt_extent/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_disable_mcsum/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_enable_mcsum_ext3/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_disable_mcsum_yesinitbg/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_disable_mcsum_noinitbg/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_enable_mcsum_initbg/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/t_enable_mcsum/ |
D | script | 7 [fs_types]
|
/third_party/e2fsprogs/tests/r_32to64bit_move_itable/ |
D | script | 12 [fs_types]
|
/third_party/e2fsprogs/tests/r_32to64bit_meta/ |
D | script | 12 [fs_types]
|
/third_party/e2fsprogs/tests/d_fallocate_blkmap/ |
D | script | 16 [fs_types]
|
/third_party/e2fsprogs/tests/r_64to32bit/ |
D | script | 12 [fs_types]
|
/third_party/e2fsprogs/tests/r_32to64bit/ |
D | script | 12 [fs_types]
|
123