UFS_MPNEEDSWAP
#define UFS_MPNEEDSWAP(ump) ((ump)->um_flags & UFS_NEEDSWAP)
#define UFS_MPNEEDSWAP(ump) ((void)(ump), 0)