Home
last modified time | relevance | path

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

/titanic_41/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) \
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c90 #ifndef FS_42POSTBLFMT
558 #ifdef FS_42POSTBLFMT in main()
559 if (fs->fs_postblformat == FS_42POSTBLFMT) in main()
4551 #ifdef FS_42POSTBLFMT in printsb()
4552 if (fs->fs_postblformat == FS_42POSTBLFMT) in printsb()
4555 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in printsb()
4578 #ifdef FS_42POSTBLFMT in printsb()
4606 #ifdef FS_42POSTBLFMT in printsb()
4615 #ifdef FS_42POSTBLFMT in printsb()
4690 #ifdef FS_42POSTBLFMT in printcg()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c219 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic"); in get_attr()
312 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in dumpfs()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h394 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1119 if (fsp->fs_postblformat == FS_42POSTBLFMT) in mountfs()