xfs_extlen_to_rtxlen
xfs_extlen_to_rtxlen(mp, rtlen));
rtxlen = xfs_extlen_to_rtxlen(mp, XFS_MAX_BMBT_EXTLEN);
*reslen = xfs_extlen_to_rtxlen(mp,
*reslen = xfs_extlen_to_rtxlen(mp, len);
*ralen = xfs_extlen_to_rtxlen(mp, min(ap->length, XFS_MAX_BMBT_EXTLEN));
*raminlen = max_t(xfs_rtxlen_t, 1, xfs_extlen_to_rtxlen(mp, minlen));
*prod = xfs_extlen_to_rtxlen(mp, align);
xfs_extlen_to_rtxlen(mp, rblocks),
unsigned int rtx = xfs_extlen_to_rtxlen(mp, rblocks);