ULFS_MPNEEDSWAP
#define ULFS_MPNEEDSWAP(lfs) ((lfs)->um_flags & ULFS_NEEDSWAP)
#define ULFS_MPNEEDSWAP(ump) (__USE(ump), 0)