Home
last modified time | relevance | path

Searched refs:exfat_fsck (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/fsck/
Dfsck.c46 struct exfat_fsck exfat_fsck; variable
98 exfat_repair_ask(&exfat_fsck, code, \
257 if (exfat_repair_ask(&exfat_fsck, in root_check_clus_chain()
272 if (exfat_repair_ask(&exfat_fsck, in root_check_clus_chain()
528 exfat_repair_ask(&exfat_fsck, ER_BS_BOOT_REGION, in exfat_boot_region_check()
765 num = exfat_repair_ask(&exfat_fsck, ER_DE_DOT_NAME, in handle_dot_dotdot_filename()
1116 static int read_children(struct exfat_fsck *fsck, struct exfat_inode *dir) in read_children()
1205 static int write_bitmap(struct exfat_fsck *fsck) in write_bitmap()
1250 static int exfat_filesystem_check(struct exfat_fsck *fsck) in exfat_filesystem_check()
1375 static int rescue_orphan_clusters(struct exfat_fsck *fsck) in rescue_orphan_clusters()
[all …]
Drepair.h28 struct exfat_fsck;
30 int exfat_repair_ask(struct exfat_fsck *fsck, er_problem_code_t prcode,
Drepair.c78 static int ask_repair(struct exfat_fsck *fsck, struct exfat_repair_problem *pr) in ask_repair()
135 int exfat_repair_ask(struct exfat_fsck *fsck, er_problem_code_t prcode, in exfat_repair_ask()
Dfsck.h24 struct exfat_fsck { struct