Home
last modified time | relevance | path

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

/third_party/exfatprogs/fsck/
Drepair.c14 struct exfat_repair_problem { struct
35 static struct exfat_repair_problem problems[] = { argument
48 static struct exfat_repair_problem *find_problem(er_problem_code_t prcode) in find_problem()
60 static bool ask_repair(struct exfat *exfat, struct exfat_repair_problem *pr) in ask_repair()
99 struct exfat_repair_problem *pr = NULL; in exfat_repair_ask()