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

  /src/sys/ufs/lfs/
lfs_subr.c 444 | SEGUSE_EMPTY
447 sup->su_flags |= SEGUSE_EMPTY;
451 case SEGUSE_DIRTY | SEGUSE_EMPTY:
456 case SEGUSE_DIRTY | SEGUSE_EMPTY | SEGUSE_READY:
lfs_vfsops.c 1237 nflags &= ~(SEGUSE_ACTIVE | SEGUSE_EMPTY
1242 nflags |= SEGUSE_EMPTY | SEGUSE_READY;
1244 nflags &= ~(SEGUSE_EMPTY | SEGUSE_READY);
lfs.h 539 #define SEGUSE_EMPTY 0x10 /* segment is empty */
lfs_kclean.c 945 else if (sup->su_flags & SEGUSE_EMPTY)
lfs_syscalls.c 917 | SEGUSE_EMPTY | SEGUSE_READY
lfs_segment.c 1987 sup->su_flags &= ~(SEGUSE_EMPTY | SEGUSE_READY | SEGUSE_ERROR);
  /src/usr.sbin/dumplfs/
dumplfs.c 108 if (sp->su_flags & SEGUSE_EMPTY)

Completed in 49 milliseconds