Home
last modified time | relevance | path

Searched refs:fsckflags (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c606 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
613 dir->fsckflags |= DIREMPTY; in readDosDirSection()
620 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()
621 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()
627 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()
638 dir->fsckflags |= DIREMPWARN; in readDosDirSection()
640 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
644 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
H A Ddosfs.h118 uint fsckflags; /* flags during fsck */ member
120 /* Flags in fsckflags: */

Completed in 2 milliseconds