Home
last modified time | relevance | path

Searched refs:SEGUSE_SUPERBLOCK (Results 1 – 6 of 6) sorted by relevance

/original-bsd/libexec/lfs_cleanerd/
H A Dclean.h124 (sup)->su_flags & SEGUSE_SUPERBLOCK ? 'S' : ' ', \
H A Dlibrary.c250 s = seg_buf + (sup->su_flags & SEGUSE_SUPERBLOCK ? LFS_SBPAD : 0);
252 pseg_addr = seg_addr + (sup->su_flags & SEGUSE_SUPERBLOCK ? btodb(LFS_SBPAD) : 0);
/original-bsd/sbin/newlfs/
H A Dlfs.c301 segp->su_flags = SEGUSE_SUPERBLOCK | SEGUSE_DIRTY;
315 segp->su_flags = SEGUSE_SUPERBLOCK;
/original-bsd/sys/ufs/lfs/
H A Dlfs.h39 #define SEGUSE_SUPERBLOCK 0x04 /* segment contains a superblock */ macro
H A Dlfs_segment.c672 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
/original-bsd/sbin/dumplfs/
H A Ddumplfs.c65 (((sp)->su_flags & SEGUSE_SUPERBLOCK) ? 'S' : ' '), \