Home
last modified time | relevance | path

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

/netbsd/src/sbin/fsck_msdos/
Ddir.c508 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
515 dir->fsckflags |= DIREMPTY; in readDosDirSection()
522 if (dir->fsckflags & DIREMPTY) { in readDosDirSection()
523 if (!(dir->fsckflags & DIREMPWARN)) { in readDosDirSection()
529 dir->fsckflags &= ~DIREMPTY; in readDosDirSection()
540 dir->fsckflags |= DIREMPWARN; in readDosDirSection()
542 if (dir->fsckflags & DIREMPWARN) { in readDosDirSection()
546 } else if (dir->fsckflags & DIREMPTY) in readDosDirSection()
Ddosfs.h123 uint fsckflags; /* flags during fsck */ member