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

  /system/extras/ext4_utils/
ext4_sb.h 28 struct fs_info { struct
46 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
  /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;
236 static int parse_fstab_line(char *line, struct fs_info *fs)
285 static void free_fstab_line(struct fs_info *fs)
295 memset(fs, 0, sizeof(struct fs_info));
340 struct fs_info fs_info; local
354 ret = parse_fstab_line(buf, &fs_info);
358 if (!strcmp(fs_info.mountpt, "/"))
359 printf("%s\n", fs_info.type)
    [all...]

Completed in 1625 milliseconds