Home
last modified time | relevance | path

Searched refs:fs_postblformat (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h231 int fs_postblformat; /* format of positional layout tables */ member
254 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
258 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
H A Dufs.h168 grub_int32_t fs_postblformat; /* fmt of positional layout tables */ member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h350 int32_t fs_postblformat; /* format of positional layout tables */ member
400 (((ufsvfsp)->vfs_fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
407 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
415 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c70 if (fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) { in pass5()
72 fs->fs_postblformat); in pass5()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c217 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic"); in get_attr()
310 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in dumpfs()
371 nrpos = (((fsp)->fs_postblformat == FS_DYNAMICPOSTBLFMT) ? in dumpfs()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c654 (mfs->fs_postblformat != dfs->fs_postblformat) || in ufs_reconcile_fs()
H A Dufs_vfsops.c1121 if (fsp->fs_postblformat == FS_42POSTBLFMT) in mountfs()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c549 if (fs->fs_postblformat == FS_42POSTBLFMT) in main()
4542 if (fs->fs_postblformat == FS_42POSTBLFMT) in printsb()
4545 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in printsb()
4682 fs->fs_postblformat == FS_42POSTBLFMT ? in printcg()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1894 sblock.fs_postblformat = FS_DYNAMICPOSTBLFMT; in main()
4094 if (sblock.fs_postblformat != FS_DYNAMICPOSTBLFMT) { in growinit()
5852 printf("0x%x sblock.fs_postblformat\n", sblock.fs_postblformat); in dump_sblock()