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()
331 return FSFATAL; in delete()
340 return FSFATAL; in delete()
344 return FSFATAL; in delete()
374 endcl == curcl) == FSFATAL) in removede()
375 return FSFATAL; in removede()
[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()
565 return FSFATAL; in writefat()
606 return FSFATAL; in writefat()
650 ret = FSFATAL; /* Return immediately? XXX */ in writefat()
679 if (mod & FSFATAL) { in checklost()
682 mod &= ~FSFATAL; in checklost()
Dext.h80 #define FSFATAL 16 /* Some unrecoverable error occured */ macro