HomeSort by: relevance | last modified time | path
    Searched refs:fsckflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 123 uint fsckflags; /* flags during fsck */ member in struct:dosDirEntry
125 /* Flags in fsckflags: */
dir.c 508 if (dir->fsckflags & DIREMPWARN) {
515 dir->fsckflags |= DIREMPTY;
522 if (dir->fsckflags & DIREMPTY) {
523 if (!(dir->fsckflags & DIREMPWARN)) {
529 dir->fsckflags &= ~DIREMPTY;
540 dir->fsckflags |= DIREMPWARN;
542 if (dir->fsckflags & DIREMPWARN) {
546 } else if (dir->fsckflags & DIREMPTY)

Completed in 12 milliseconds