HomeSort by relevance Sort by last modified time
    Searched defs:fs_info (Results 1 - 2 of 2) 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...]

Completed in 101 milliseconds