Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c621 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
628 dir->fsckflags |= DIREMPTY; in readDosDirSection()
635 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()
636 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()
642 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()
653 dir->fsckflags |= DIREMPWARN; in readDosDirSection()
655 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
659 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
Ddosfs.h119 uint fsckflags; /* flags during fsck */ member