Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c619 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
626 dir->fsckflags |= DIREMPTY; in readDosDirSection()
633 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()
634 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()
640 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()
651 dir->fsckflags |= DIREMPWARN; in readDosDirSection()
653 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
657 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
H A Ddosfs.h118 uint fsckflags; /* flags during fsck */ member