Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c608 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
615 dir->fsckflags |= DIREMPTY; in readDosDirSection()
622 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()
623 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()
629 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()
640 dir->fsckflags |= DIREMPWARN; in readDosDirSection()
642 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
646 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
Ddosfs.h119 uint fsckflags; /* flags during fsck */ member