Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h393 #define FS_DYNAMICPOSTBLFMT 1 /* dynamic rotational table format */ macro
400 (((ufsvfsp)->vfs_fs->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
407 (((fs)->fs_postblformat != FS_DYNAMICPOSTBLFMT) \
415 (((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) { in pass5()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c371 nrpos = (((fsp)->fs_postblformat == FS_DYNAMICPOSTBLFMT) ? in dumpfs()
/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()