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

  /src/sbin/fsck_lfs/
pass5.c 121 if (su->su_flags & SEGUSE_SUPERBLOCK)
segwrite.c 666 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
  /src/sbin/newfs_lfs/
make_lfs.c 773 segp->su_flags = SEGUSE_SUPERBLOCK;
779 segp->su_flags = SEGUSE_SUPERBLOCK;
920 if (segp->su_flags & SEGUSE_SUPERBLOCK)
  /src/sys/ufs/lfs/
lfs_vfsops.c 1398 if (sup->su_flags & SEGUSE_SUPERBLOCK)
2578 if (sup->su_flags & SEGUSE_SUPERBLOCK)
2582 if (sup->su_flags & SEGUSE_SUPERBLOCK)
lfs.h 537 #define SEGUSE_SUPERBLOCK 0x04 /* segment contains a superblock */
lfs_kclean.c 749 if (sup->su_flags & SEGUSE_SUPERBLOCK)
lfs_syscalls.c 903 if (sup->su_flags & SEGUSE_SUPERBLOCK)
lfs_segment.c 1857 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
  /src/usr.sbin/dumplfs/
dumplfs.c 106 if (sp->su_flags & SEGUSE_SUPERBLOCK)

Completed in 26 milliseconds