Home | History | Annotate | Download | only in misc

Lines Matching refs:fs_info

121 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;
380 static struct fs_info *lookup(char *filesys)
382 struct fs_info *fs;
701 static void fsck_device(struct fs_info *fs, int interactive)
835 static int fs_match(struct fs_info *fs, struct fs_type_compile *cmp)
867 static int ignore(struct fs_info *fs)
959 struct fs_info *fs = NULL;
1258 struct fs_info *fs;