HomeSort by relevance Sort by last modified time
    Searched refs:fs_types (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/misc/
fsck.h 70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
mke2fs.conf 7 [fs_types]
mke2fs.c 103 char **fs_types; variable
1021 if (!profile_has_subsection(profile, "fs_types", ext_type) &&
1066 if (profile_has_subsection(profile, "fs_types", cp))
1088 static char *get_string_from_profile(char **fs_types, const char *opt,
1094 for (i=0; fs_types[i]; i++);
1096 profile_get_string(profile, "fs_types", fs_types[i],
1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val)
1111 for (cpp = fs_types; *cpp; cpp++)
1112 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret)
    [all...]

Completed in 103 milliseconds