HomeSort by: relevance | last modified time | path
    Searched refs:FS_42POSTBLFMT (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/dumpfs/
dumpfs.c 256 (((int32_t)bswap32(fs->fs_old_postblformat) == FS_42POSTBLFMT) ||
263 ((fs->fs_old_postblformat == FS_42POSTBLFMT) ||
287 if (printold && fs->fs_old_postblformat == FS_42POSTBLFMT)
320 if (fs->fs_old_postblformat != FS_42POSTBLFMT) {
631 afs.fs_old_postblformat == FS_42POSTBLFMT ?
  /src/sys/ufs/ffs/
fs.h 382 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */
386 ((((fs_)->fs_old_postblformat == FS_42POSTBLFMT) || \
392 (((fs)->fs_old_postblformat == FS_42POSTBLFMT) \
ffs_bswap.c 77 * first half of the historic FS_42POSTBLFMT postbl table.
94 * historic FS_42POSTBLFMT postbl table
219 (fs->fs_old_postblformat == FS_42POSTBLFMT)) { /* old format */
ffs_vfsops.c 1688 if (fs->fs_old_postblformat == FS_42POSTBLFMT) {
  /src/sbin/fsck_ffs/
utilities.c 627 if (fs->fs_old_postblformat == FS_42POSTBLFMT)
679 if (fs->fs_old_postblformat == FS_42POSTBLFMT) {
703 if (fs->fs_old_postblformat == FS_42POSTBLFMT) {
711 ((fs->fs_old_postblformat == FS_42POSTBLFMT) ?
pass5.c 174 case FS_42POSTBLFMT:
321 fs->fs_old_postblformat == FS_42POSTBLFMT)
setup.c 298 if (!is_ufs2 && sblock->fs_old_postblformat != FS_42POSTBLFMT &&
311 if (!is_ufs2 && sblock->fs_old_postblformat != FS_42POSTBLFMT &&
431 sblock->fs_old_postblformat == FS_42POSTBLFMT) {
955 * It should correspond to FS_42POSTBLFMT

Completed in 28 milliseconds