Searched refs:FSERROR (Results 1 – 4 of 4) sorted by relevance
379 return FSERROR; in removede()413 return FSERROR; in checksize()424 if (ret == FSERROR) { in checksize()425 return (FSERROR); in checksize()446 return FSERROR; in checksize()461 return FSERROR; in checksize()489 return FSERROR; in check_subdirectory()527 retval |= FSERROR; in check_subdirectory()533 retval |= FSERROR; in check_subdirectory()658 mod |= FSERROR; in readDosDirSection()[all …]
129 mod |= FSERROR; in checkfilesys()161 if (mod && (mod & FSERROR) == 0) { in checkfilesys()171 mod |= FSERROR; /* file system not clean */ in checkfilesys()176 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
645 int fd, ret = FSERROR; in cleardirty() 1123 return (FSERROR); in checkchain() 1189 ret = FSERROR; in copyfat() 1232 ret = FSERROR; in writefat() 1244 ret = ((i == 0) ? FSFATAL : FSERROR); in writefat() 1293 if (ret != FSERROR) { in checklost() 1301 if (ret != FSERROR) in checklost() 1309 * was declined), defer folding FSERROR into mod until in checklost() 1312 * report an exit code 8; otherwise record FSERROR as in checklost() 1315 if (ret == FSERROR) { in checklost() [all...]
74 #define FSERROR 8 /* Some unrecovered error remains */ macro