Home
last modified time | relevance | path

Searched refs:xfs_extlen_to_rtxlen (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rtalloc.c1786 *reslen = xfs_extlen_to_rtxlen(mp, in xfs_rtalloc_check_busy()
1790 *reslen = xfs_extlen_to_rtxlen(mp, len); in xfs_rtalloc_check_busy()
2064 *ralen = xfs_extlen_to_rtxlen(mp, min(ap->length, XFS_MAX_BMBT_EXTLEN)); in xfs_rtallocate_align()
2065 *raminlen = max_t(xfs_rtxlen_t, 1, xfs_extlen_to_rtxlen(mp, minlen)); in xfs_rtallocate_align()
2077 *prod = xfs_extlen_to_rtxlen(mp, align); in xfs_rtallocate_align()
H A Dxfs_trans.c1097 xfs_extlen_to_rtxlen(mp, rblocks), in xfs_trans_alloc_inode()
1166 unsigned int rtx = xfs_extlen_to_rtxlen(mp, rblocks); in xfs_trans_reserve_more_inode()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h82 xfs_extlen_to_rtxlen( in xfs_extlen_to_rtxlen() function
H A Dxfs_trans_resv.c237 rtxlen = xfs_extlen_to_rtxlen(mp, XFS_MAX_BMBT_EXTLEN); in xfs_rtalloc_block_count()
H A Dxfs_rtbitmap.c1141 xfs_extlen_to_rtxlen(mp, rtlen)); in xfs_rtfree_blocks()