Searched refs:UFS2 (Results 1 – 14 of 14) 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
330 if (ip->i_ump->um_fstype == UFS2) in ufs_truncate_all()
246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
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() 865 /* Allow converting from UFS2 to UFS2EA but not vice versa. */ in ffs_reload() 1265 fstype = UFS2; in ffs_mountfs() 1270 fstype = UFS2; in ffs_mountfs() 2495 * UFS2 has native extended attributes.
62 # Check for st_birthtime, a feature from UFS2 (FreeBSD, NetBSD, OpenBSD, etc.)
91 # XXX: Will not work for UFS2!
344 \ Assume UFS2 dinodes are always bigger than UFS1
781 case UFS2: in ufs_filestat()