Home
last modified time | relevance | path

Searched refs:fsckflags (Results 1 – 2 of 2) sorted by relevance

/external/fsck_msdos/
Ddir.c574 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()
Ddosfs.h130 uint fsckflags; /* flags during fsck */ member