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

  /src/sbin/fsck_lfs/
pass5.c 118 if (su->su_flags & SEGUSE_SUPERBLOCK)
segwrite.c 666 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
  /src/sbin/newfs_lfs/
make_lfs.c 786 segp->su_flags = SEGUSE_SUPERBLOCK;
792 segp->su_flags = SEGUSE_SUPERBLOCK;
933 if (segp->su_flags & SEGUSE_SUPERBLOCK)
  /src/sys/ufs/lfs/
lfs_vfsops.c 1377 if (sup->su_flags & SEGUSE_SUPERBLOCK)
2532 if (sup->su_flags & SEGUSE_SUPERBLOCK)
2536 if (sup->su_flags & SEGUSE_SUPERBLOCK)
lfs.h 540 #define SEGUSE_SUPERBLOCK 0x04 /* segment contains a superblock */
lfs_syscalls.c 889 if (sup->su_flags & SEGUSE_SUPERBLOCK)
lfs_segment.c 1811 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
  /src/usr.sbin/dumplfs/
dumplfs.c 106 if (sp->su_flags & SEGUSE_SUPERBLOCK)

Completed in 119 milliseconds