Searched refs:FSERROR (Results 1 – 6 of 6) sorted by relevance
381 return FSERROR; in removede()404 return FSERROR; in checksize()413 if (ret == FSERROR) { in checksize()414 return (FSERROR); in checksize()435 return FSERROR; in checksize()450 return FSERROR; in checksize()478 return FSERROR; in check_subdirectory()516 retval |= FSERROR; in check_subdirectory()522 retval |= FSERROR; in check_subdirectory()647 mod |= FSERROR; in readDosDirSection()[all …]
131 mod |= FSERROR; in checkfilesys()163 if (mod && (mod & FSERROR) == 0) { in checkfilesys()173 mod |= FSERROR; /* file system not clean */ in checkfilesys()178 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
647 int fd, ret = FSERROR; in cleardirty()1114 return (FSERROR); in checkchain()1180 ret = FSERROR; in copyfat()1223 ret = FSERROR; in writefat()1235 ret = ((i == 0) ? FSFATAL : FSERROR); in writefat()1278 if (ret != FSERROR && chainlength > 0) { in checklost()1287 if (ret == FSERROR && ask(0, "Clear")) { in checklost()
75 #define FSERROR 8 /* Some unrecovered error remains */ macro
129 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef132 typedef JLONG FSERROR; /* may need more than 16 bits */ typedef136 typedef FSERROR *FSERRPTR; /* pointer to error array */693 errorptr[0] = (FSERROR)(bpreverr + cur); in quantize_fs_dither()710 errorptr[0] = (FSERROR)bpreverr; /* unload prev err into array */ in quantize_fs_dither()728 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in alloc_fs_workspace()782 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in start_pass_1_quant()
160 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef163 typedef JLONG FSERROR; /* may need more than 16 bits */ typedef167 typedef FSERROR *FSERRPTR; /* pointer to error array */1030 errorptr[0] = (FSERROR)(bpreverr0 + cur0 * 3); in pass2_fs_dither()1035 errorptr[1] = (FSERROR)(bpreverr1 + cur1 * 3); in pass2_fs_dither()1040 errorptr[2] = (FSERROR)(bpreverr2 + cur2 * 3); in pass2_fs_dither()1057 errorptr[0] = (FSERROR)bpreverr0; /* unload prev errs into array */ in pass2_fs_dither()1058 errorptr[1] = (FSERROR)bpreverr1; in pass2_fs_dither()1059 errorptr[2] = (FSERROR)bpreverr2; in pass2_fs_dither()1174 (size_t)((cinfo->output_width + 2) * (3 * sizeof(FSERROR))); in start_pass_2_quant()[all …]