Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
508 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()515 dir->fsckflags |= DIREMPTY; in readDosDirSection()522 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()523 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()529 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()540 dir->fsckflags |= DIREMPWARN; in readDosDirSection()542 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()546 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
123 uint fsckflags; /* flags during fsck */ member