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 in struct:fs
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 in struct:fs
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h352 int32_t fs_postblformat; /* format of positional layout tables */ member in struct:fs
402 (((ufsvfsp)->vfs_fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
409 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
417 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c70 if (fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) {
72 fs->fs_postblformat);
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c219 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic");
312 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic",
373 nrpos = (((fsp)->fs_postblformat == FS_DYNAMICPOSTBLFMT) ?
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c654 (mfs->fs_postblformat != dfs->fs_postblformat) ||
H A Dufs_vfsops.c1119 if (fsp->fs_postblformat == FS_42POSTBLFMT)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c559 if (fs->fs_postblformat == FS_42POSTBLFMT)
4552 if (fs->fs_postblformat == FS_42POSTBLFMT)
4555 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic",
4692 fs->fs_postblformat == FS_42POSTBLFMT ?
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1910 sblock.fs_postblformat = FS_DYNAMICPOSTBLFMT;
4093 if (sblock.fs_postblformat != FS_DYNAMICPOSTBLFMT) {
5851 printf("0x%x sblock.fs_postblformat\n", sblock.fs_postblformat);

Completed in 98 milliseconds