Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance
480 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()487 dir->fsckflags |= DIREMPTY; in readDosDirSection()494 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()495 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()501 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()511 dir->fsckflags |= DIREMPWARN; in readDosDirSection()513 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()517 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
125 uint fsckflags; /* flags during fsck */ member
Completed in 6 milliseconds