Home
last modified time | relevance | path

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.c80 #ifndef FS_42POSTBLFMT
548 #ifdef FS_42POSTBLFMT in main()
549 if (fs->fs_postblformat == FS_42POSTBLFMT) in main()
4541 #ifdef FS_42POSTBLFMT in printsb()
4542 if (fs->fs_postblformat == FS_42POSTBLFMT) in printsb()
4568 #ifdef FS_42POSTBLFMT in printsb()
4596 #ifdef FS_42POSTBLFMT in printsb()
4605 #ifdef FS_42POSTBLFMT in printsb()
4680 #ifdef FS_42POSTBLFMT in printcg()
4682 fs->fs_postblformat == FS_42POSTBLFMT ? in printcg()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c217 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic"); in get_attr()
310 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in dumpfs()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h392 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1121 if (fsp->fs_postblformat == FS_42POSTBLFMT) in mountfs()