Home
last modified time | relevance | path

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

/third_party/uapp/fsck-msdosfs/
A Ddir.c480 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()
A Ddosfs.h125 uint fsckflags; /* flags during fsck */ member

Completed in 6 milliseconds