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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h248 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
254 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
258 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c90 #ifndef FS_42POSTBLFMT
558 #ifdef FS_42POSTBLFMT
559 if (fs->fs_postblformat == FS_42POSTBLFMT)
4551 #ifdef FS_42POSTBLFMT
4552 if (fs->fs_postblformat == FS_42POSTBLFMT)
4555 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic",
4578 #ifdef FS_42POSTBLFMT
4606 #ifdef FS_42POSTBLFMT
4615 #ifdef FS_42POSTBLFMT
4690 #ifdef FS_42POSTBLFMT
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h394 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
/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",
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1119 if (fsp->fs_postblformat == FS_42POSTBLFMT)

Completed in 78 milliseconds