Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dcheck.c90 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys()
116 if (mod & FSFATAL) { in checkfilesys()
128 if (mod & FSFATAL) { in checkfilesys()
135 if (mod & FSFATAL) { in checkfilesys()
145 if (mod & FSFATAL) { in checkfilesys()
156 if (mod & FSFATAL) { in checkfilesys()
163 if (mod & FSFATAL) in checkfilesys()
170 if (mod & FSFATAL) in checkfilesys()
177 if (mod & FSFATAL) { in checkfilesys()
210 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
Ddir.c237 return FSFATAL; in resetDosDirSection()
244 return FSFATAL; in resetDosDirSection()
257 return FSFATAL; in resetDosDirSection()
263 ret = FSFATAL; in resetDosDirSection()
327 return FSFATAL; in delete()
336 return FSFATAL; in delete()
366 endcl == curcl) == FSFATAL) in removede()
367 return FSFATAL; in removede()
470 return FSFATAL; in readDosDirSection()
474 return FSFATAL; in readDosDirSection()
[all …]
Dboot.c114 return FSFATAL;
141 return FSFATAL;
160 return FSFATAL;
204 return FSFATAL;
208 return FSFATAL;
226 return FSFATAL;
244 return FSFATAL;
265 return FSFATAL;
280 return FSFATAL;
Dfat.c217 return FSFATAL; in readfat()
223 return FSFATAL; in readfat()
350 return FSFATAL; in clustdiffer()
362 return FSFATAL; in clustdiffer()
374 return FSFATAL; in clustdiffer()
556 return FSFATAL; in writefat()
597 return FSFATAL; in writefat()
641 ret = FSFATAL; /* Return immediately? XXX */ in writefat()
670 if (mod & FSFATAL) { in checklost()
673 mod &= ~FSFATAL; in checklost()
Dext.h80 #define FSFATAL 16 /* Some unrecoverable error occured */ macro