UFS2
#define I_IS_UFS2(ip) ((ip)->i_ump->um_fstype == UFS2)
if (uio->uio_rw != UIO_READ || ip->i_ump->um_fstype != UFS2)
if (uio->uio_rw != UIO_WRITE || ip->i_ump->um_fstype != UFS2)
fstype = UFS2;
fstype = UFS2;
if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 &&
((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0);
if (ip->i_ump->um_fstype == UFS2)
ip->i_ump->um_fstype == UFS2) {
case UFS2: