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

  /external/e2fsprogs/misc/
fsck.h 40 struct fs_info { struct
48 struct fs_info *next;
e2initrd_helper.c 54 struct fs_info { struct
62 struct fs_info *next;
237 static int parse_fstab_line(char *line, struct fs_info *fs)
286 static void free_fstab_line(struct fs_info *fs)
296 memset(fs, 0, sizeof(struct fs_info));
341 struct fs_info fs_info; local
355 ret = parse_fstab_line(buf, &fs_info);
359 if (!strcmp(fs_info.mountpt, "/"))
360 printf("%s\n", fs_info.type)
    [all...]
fsck.c 121 static struct fs_info *filesys_info = NULL, *filesys_last = NULL;
151 static int ignore(struct fs_info *);
243 static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
247 struct fs_info *fs;
249 if (!(fs = malloc(sizeof(struct fs_info))))
272 static int parse_fstab_line(char *line, struct fs_info **ret_fs)
275 struct fs_info *fs;
318 static void interpret_type(struct fs_info *fs)
340 struct fs_info *fs;
381 static struct fs_info *lookup(char *filesys
    [all...]
  /external/virglrenderer/src/
vrend_shader.h 117 struct vrend_shader_info *fs_info,
vrend_shader.c     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 272 setInfoResources(R.string.feature_summary, R.string.feature_summary_info, R.layout.fs_info);

Completed in 208 milliseconds