Searched refs:UFS2 (Results 1 – 15 of 15) sorted by relevance
4 * Support shrinking UFS2 file systems
25 For UFS2, this is supported natively, so no further configuration is50 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
172 #define UFS2 2 macro
246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
330 if (ip->i_ump->um_fstype == UFS2) in ufs_truncate_all()
194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0); in ufs_bmaparray()
646 ip->i_ump->um_fstype == UFS2) { in ufs_setattr()
10 1.3: Add UFS2 support.
117 #define I_IS_UFS2(ip) ((ip)->i_ump->um_fstype == UFS2)154 if (uio->uio_rw != UIO_READ || ip->i_ump->um_fstype != UFS2) in ffs_extread()272 if (uio->uio_rw != UIO_WRITE || ip->i_ump->um_fstype != UFS2) in ffs_extwrite()
406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 && in ffs_acls()1265 fstype = UFS2; in ffs_mountfs()1270 fstype = UFS2; in ffs_mountfs()
186 The addition to NetBSD's version of UFS2 of support for extended188 of NetBSD, so UFS2 has been restored to being compatible with193 Support for UFS2 with extended attributes is now available in a new195 in an original UFS2 file system then "fsck -p" will now fail due to199 a UFS2 file system to UFS2ea and leave extended attributes in place,
91 # XXX: Will not work for UFS2!
344 \ Assume UFS2 dinodes are always bigger than UFS1
781 case UFS2: in ufs_filestat()
7377 kernel and userland: UFS2 support from Kirk McKusick via FreeBSD.9132 cobalt: Add support for booting from UFS2 partition to bootloader.9138 arc: Add support for booting from UFS2 partition to bootloader.9169 sgimips: Add support for booting from UFS2 to bootloader.9409 sparc: Add support booting from UFS2 partition. [tsutsui 20080405]10121 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]10124 sysinst(8): Make installer reject UFS2 for root partition on ports10125 whose bootloaders don't support UFS2 boot. [tsutsui 20090407]10156 landisk: Add UFS2 boot support. [tsutsui 20090421]10157 pmax: Add UFS2 boot support. [tsutsui 20090421][all …]