Lines Matching refs:fs_info
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, in create_fs_device()
247 struct fs_info *fs; in create_fs_device()
249 if (!(fs = malloc(sizeof(struct fs_info)))) in create_fs_device()
272 static int parse_fstab_line(char *line, struct fs_info **ret_fs) in parse_fstab_line()
275 struct fs_info *fs; in parse_fstab_line()
318 static void interpret_type(struct fs_info *fs) in interpret_type()
340 struct fs_info *fs; in load_fs_info()
381 static struct fs_info *lookup(char *filesys) in lookup()
383 struct fs_info *fs; in lookup()
709 static void fsck_device(struct fs_info *fs, int interactive) in fsck_device()
843 static int fs_match(struct fs_info *fs, struct fs_type_compile *cmp) in fs_match()
875 static int ignore(struct fs_info *fs) in ignore()
967 struct fs_info *fs = NULL; in check_all()
1266 struct fs_info *fs; in main()