Searched defs:fs_postblformat (Results 1 - 3 of 3) 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) \

Completed in 180 milliseconds