Searched refs:fs_info (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 53 struct fs_info { struct 61 struct fs_info *next; argument 236 static int parse_fstab_line(char *line, struct fs_info *fs) in parse_fstab_line() 285 static void free_fstab_line(struct fs_info *fs) in free_fstab_line() 295 memset(fs, 0, sizeof(struct fs_info)); in free_fstab_line() 340 struct fs_info fs_info; in get_root_type() local 354 ret = parse_fstab_line(buf, &fs_info); in get_root_type() 358 if (!strcmp(fs_info.mountpt, "/")) in get_root_type() 359 printf("%s\n", fs_info.type); in get_root_type() 361 free_fstab_line(&fs_info); in get_root_type()
|
D | fsck.c | 120 static struct fs_info *filesys_info = NULL, *filesys_last = NULL; 150 static int ignore(struct fs_info *); 242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, in create_fs_device() 246 struct fs_info *fs; in create_fs_device() 248 if (!(fs = malloc(sizeof(struct fs_info)))) in create_fs_device() 271 static int parse_fstab_line(char *line, struct fs_info **ret_fs) in parse_fstab_line() 274 struct fs_info *fs; in parse_fstab_line() 317 static void interpret_type(struct fs_info *fs) in interpret_type() 339 struct fs_info *fs; in load_fs_info() 380 static struct fs_info *lookup(char *filesys) in lookup() [all …]
|
D | fsck.h | 40 struct fs_info { struct 48 struct fs_info *next; argument
|