Lines Matching defs:fsck
15 #include "fsck.h"
78 static int ask_repair(struct exfat_fsck *fsck, struct exfat_repair_problem *pr)
83 if (fsck->options & FSCK_OPTS_REPAIR_NO ||
86 else if (fsck->options & FSCK_OPTS_REPAIR_YES ||
90 if (fsck->options & FSCK_OPTS_REPAIR_ASK) {
117 } else if (fsck->options & FSCK_OPTS_REPAIR_AUTO &&
135 int exfat_repair_ask(struct exfat_fsck *fsck, er_problem_code_t prcode,
152 repair = ask_repair(fsck, pr);
155 fsck->dirty_fat = true;
156 fsck->dirty = true;