Searched refs:FS_DYNAMICPOSTBLFMT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h395 #define FS_DYNAMICPOSTBLFMT 1 /* dynamic rotational table format */ macro
402 (((ufsvfsp)->vfs_fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
409 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
417 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h249 #define FS_DYNAMICPOSTBLFMT 1 /* dynamic rotational table format */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c70 if (fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c373 nrpos = (((fsp)->fs_postblformat == FS_DYNAMICPOSTBLFMT) ?
/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) {

Completed in 84 milliseconds