Searched refs:f_sys_info (Results 1 – 1 of 1) sorted by relevance
49 struct f_sys_info { struct52 struct f_sys_info *next; argument61 static struct f_sys_info *filesys_info = NULL; //fstab entry list87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db()89 struct f_sys_info *temp = filesys_info; in create_db()92 temp->next = xzalloc(sizeof(struct f_sys_info)); in create_db()94 } else filesys_info = temp = xzalloc(sizeof(struct f_sys_info)); in create_db()164 static int to_be_ignored(struct f_sys_info *finfo) in to_be_ignored()188 static void do_fsck(struct f_sys_info *finfo) in do_fsck()303 struct f_sys_info *finfo = filesys_info; in scan_all()[all …]