Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
619 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()
118 uint fsckflags; /* flags during fsck */ member