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

  /external/e2fsprogs/misc/
fsck.h 40 struct fs_info { struct
48 struct fs_info *next;
e2initrd_helper.c 53 struct fs_info { struct
61 struct fs_info *next;
233 static int parse_fstab_line(char *line, struct fs_info *fs)
282 static void free_fstab_line(struct fs_info *fs)
292 memset(fs, 0, sizeof(struct fs_info));
336 struct fs_info fs_info; local
346 ret = parse_fstab_line(buf, &fs_info);
350 if (!strcmp(fs_info.mountpt, "/"))
351 printf("%s\n", fs_info.type)
    [all...]
  /system/extras/ext4_utils/
ext4_utils.h 106 struct fs_info { struct
142 extern struct fs_info info;

Completed in 152 milliseconds