Home
last modified time | relevance | path

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

/mirbsd/src/sbin/dumpfs/
Ddumpfs.c133 if (afs.fs_postblformat == FS_42POSTBLFMT) in dumpfs()
140 if (afs.fs_postblformat != FS_42POSTBLFMT) { in dumpfs()
276 afs.fs_postblformat == FS_42POSTBLFMT ? in dumpcg()
/mirbsd/src/sbin/fsck_ffs/
Dpass5.c127 case FS_42POSTBLFMT: in pass5()
226 if (fs->fs_postblformat == FS_42POSTBLFMT) in pass5()
373 if (fs->fs_postblformat == FS_42POSTBLFMT) in pass5()
Dsetup.c321 if (cvtlevel >= 1 && sblock.fs_postblformat == FS_42POSTBLFMT) { in setup()
/mirbsd/src/sys/ufs/ffs/
Dfs.h308 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
314 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
319 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
Dffs_vfsops.c721 if (fs->fs_postblformat == FS_42POSTBLFMT && !ronly) {
867 if (fs->fs_postblformat == FS_42POSTBLFMT) /* XXX */
1341 if (fs->fs_postblformat == FS_42POSTBLFMT) /* XXX */
/mirbsd/src/usr.sbin/makefs/nbsrc/sys/ufs/ffs/
Dfs.h380 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
384 ((((fs_)->fs_old_postblformat == FS_42POSTBLFMT) || \
390 (((fs)->fs_old_postblformat == FS_42POSTBLFMT) \
Dffs_bswap.c210 (fs->fs_old_postblformat == FS_42POSTBLFMT)) { /* old format */ in ffs_cg_swap()
/mirbsd/src/sys/lib/libsa/
Dufs.c698 if (fs->fs_postblformat == FS_42POSTBLFMT) /* XXX */ in ffs_oldfscompat()
/mirbsd/src/usr.sbin/quot/
Dquot.c495 if (fs->fs_postblformat == FS_42POSTBLFMT) /* XXX */ in ffs_oldfscompat()