Home
last modified time | relevance | path

Searched refs:SEGUSE_DIRTY (Results 1 – 7 of 7) sorted by relevance

/original-bsd/libexec/lfs_cleanerd/
H A Dclean.h122 (sup)->su_flags & SEGUSE_DIRTY ? 'D' : 'C', \
H A Dcleanerd.c371 if (!(sup->su_flags & SEGUSE_DIRTY) ||
/original-bsd/sys/ufs/lfs/
H A Dlfs.h38 #define SEGUSE_DIRTY 0x02 /* segment has data in it */ macro
H A Dlfs_syscalls.c344 sup->su_flags &= ~SEGUSE_DIRTY;
H A Dlfs_segment.c728 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE;
746 isdirty = sup->su_flags & SEGUSE_DIRTY;
/original-bsd/sbin/dumplfs/
H A Ddumplfs.c64 (((sp)->su_flags & SEGUSE_DIRTY) ? 'D' : 'C'), \
/original-bsd/sbin/newlfs/
H A Dlfs.c301 segp->su_flags = SEGUSE_SUPERBLOCK | SEGUSE_DIRTY;