Home
last modified time | relevance | path

Searched refs:FSERROR (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sbin/fsck_msdosfs/
Dcheck.c151 mod |= FSERROR; in checkfilesys()
164 if (mod && (mod & FSERROR) == 0) { in checkfilesys()
174 mod |= FSERROR; /* file system not clean */ in checkfilesys()
179 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
Ddir.c383 return FSERROR; in removede()
402 return FSERROR; in checksize()
416 return FSERROR; in checksize()
432 return FSERROR; in checksize()
526 mod |= FSERROR; in readDosDirSection()
697 mod |= FSERROR; in readDosDirSection()
735 mod |= FSERROR; in readDosDirSection()
746 mod |= FSERROR; in readDosDirSection()
767 mod |= FSERROR; in readDosDirSection()
786 mod |= FSERROR; in readDosDirSection()
[all …]
Dfat.c155 return FSERROR; in checkclnum()
386 return FSERROR; in clustdiffer()
398 return FSERROR; in clustdiffer()
450 return FSERROR; in tryclear()
528 if (conf == FSERROR) { in checkfat()
688 if (ret == FSERROR && ask(0, "Clear")) { in checklost()
Dext.h72 #define FSERROR 8 /* Some unrecovered error remains */ macro