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

  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 763 t->flags &= ~SEGUSE_ERROR; /* Strip error once empty */
768 if (t->flags & SEGUSE_ERROR) { /* No good if not already empty */
778 t->flags |= SEGUSE_ERROR;
1107 fs->clfs_segtab[i + j].flags &= SEGUSE_ERROR;
  /src/sys/ufs/lfs/
lfs.h 541 #define SEGUSE_ERROR 0x08 /* cleaner: do not clean segment */
lfs_syscalls.c 918 | SEGUSE_ERROR);
lfs_segment.c 1962 sup->su_flags &= ~(SEGUSE_EMPTY | SEGUSE_READY | SEGUSE_ERROR);
lfs_vfsops.c 1213 | SEGUSE_ERROR);
  /src/usr.sbin/dumplfs/
dumplfs.c 112 if (sp->su_flags & SEGUSE_ERROR)

Completed in 20 milliseconds