Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
574 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()581 dir->fsckflags |= DIREMPTY; in readDosDirSection()588 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()589 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()595 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()605 dir->fsckflags |= DIREMPWARN; in readDosDirSection()607 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()611 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
130 uint fsckflags; /* flags during fsck */ member