Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
621 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()628 dir->fsckflags |= DIREMPTY; in readDosDirSection()635 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()636 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()642 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()653 dir->fsckflags |= DIREMPWARN; in readDosDirSection()655 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()659 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
119 uint fsckflags; /* flags during fsck */ member