Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
608 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()615 dir->fsckflags |= DIREMPTY; in readDosDirSection()622 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()623 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()629 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()640 dir->fsckflags |= DIREMPWARN; in readDosDirSection()642 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()646 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
119 uint fsckflags; /* flags during fsck */ member