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-hurd.conf 9 [fs_types]
mke2fs.c 110 static char **fs_types; variable
1104 if (!profile_has_subsection(profile, "fs_types", ext_type) &&
1151 if (profile_has_subsection(profile, "fs_types", cp))
1179 profile_get_string(profile, "fs_types", types[i],
1195 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret);
1207 profile_get_double(profile, "fs_types", *cpp, opt, ret, &ret);
1218 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret);
    [all...]

Completed in 487 milliseconds