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

  /src/sys/lib/libsa/
ffs_bswap.c 110 n->fs_old_postblformat = bswap32(o->fs_old_postblformat);
  /src/sys/ufs/ffs/
ffs_bswap.c 109 n->fs_old_postblformat = bswap32(o->fs_old_postblformat);
219 (fs->fs_old_postblformat == FS_42POSTBLFMT)) { /* old format */
fs.h 367 int32_t fs_old_postblformat; /* format of positional layout tables */ member in struct:fs
386 ((((fs_)->fs_old_postblformat == FS_42POSTBLFMT) || \
392 (((fs)->fs_old_postblformat == FS_42POSTBLFMT) \
ffs_vfsops.c 1688 if (fs->fs_old_postblformat == FS_42POSTBLFMT) {
  /src/sbin/fsck_ffs/
setup.c 265 sblock->fs_old_postblformat = FS_DYNAMICPOSTBLFMT;
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) {
437 sblock->fs_old_postblformat = FS_DYNAMICPOSTBLFMT;
924 if (sb->fs_old_postblformat < FS_DYNAMICPOSTBLFMT)
956 * (although note that in 4.2, the fs_old_postblformat
pass5.c 172 switch ((int)fs->fs_old_postblformat) {
192 fs->fs_old_postblformat);
321 fs->fs_old_postblformat == FS_42POSTBLFMT)
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) ?
  /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/usr.sbin/makefs/ffs/
mkfs.c 299 sblock.fs_old_postblformat = 1;
  /src/sbin/newfs/
mkfs.c 334 sblock.fs_old_postblformat = FS_DYNAMICPOSTBLFMT;

Completed in 32 milliseconds