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

  /src/sys/ufs/lfs/
lfs_subr.c 437 | SEGUSE_READY)) {
444 sup->su_flags |= SEGUSE_READY;
448 case SEGUSE_DIRTY | SEGUSE_EMPTY | SEGUSE_READY:
lfs_vfsops.c 1212 | SEGUSE_READY | SEGUSE_INVAL
1216 nflags |= SEGUSE_EMPTY | SEGUSE_READY;
1218 nflags &= ~(SEGUSE_EMPTY | SEGUSE_READY);
lfs.h 544 #define SEGUSE_READY 0x40 /* segment is ready for reclaim */
lfs_syscalls.c 917 | SEGUSE_EMPTY | SEGUSE_READY
lfs_segment.c 1962 sup->su_flags &= ~(SEGUSE_EMPTY | SEGUSE_READY | SEGUSE_ERROR);
  /src/usr.sbin/dumplfs/
dumplfs.c 110 if (sp->su_flags & SEGUSE_READY)

Completed in 20 milliseconds