Lines Matching refs:fsck
1116 static int read_children(struct exfat_fsck *fsck, struct exfat_inode *dir) in read_children() argument
1118 struct exfat *exfat = fsck->exfat; in read_children()
1125 de_iter = &fsck->de_iter; in read_children()
1126 ret = exfat_de_iter_init(de_iter, exfat, dir, fsck->buffer_desc); in read_children()
1205 static int write_bitmap(struct exfat_fsck *fsck) in write_bitmap() argument
1207 struct exfat *exfat = fsck->exfat; in write_bitmap()
1250 static int exfat_filesystem_check(struct exfat_fsck *fsck) in exfat_filesystem_check() argument
1252 struct exfat *exfat = fsck->exfat; in exfat_filesystem_check()
1275 dir_errors = read_children(fsck, dir); in exfat_filesystem_check()
1375 static int rescue_orphan_clusters(struct exfat_fsck *fsck) in rescue_orphan_clusters() argument
1377 struct exfat *exfat = fsck->exfat; in rescue_orphan_clusters()
1477 static void exfat_show_info(struct exfat_fsck *fsck, const char *dev_name) in exfat_show_info() argument
1479 struct exfat *exfat = fsck->exfat; in exfat_show_info()