Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.c1857 *reslen = xfs_extlen_to_rtxlen(mp, in xfs_rtalloc_check_busy()
1861 *reslen = xfs_extlen_to_rtxlen(mp, len); in xfs_rtalloc_check_busy()
2135 *ralen = xfs_extlen_to_rtxlen(mp, min(ap->length, XFS_MAX_BMBT_EXTLEN)); in xfs_rtallocate_align()
2136 *raminlen = max_t(xfs_rtxlen_t, 1, xfs_extlen_to_rtxlen(mp, minlen)); in xfs_rtallocate_align()
2148 *prod = xfs_extlen_to_rtxlen(mp, align); in xfs_rtallocate_align()
H A Dxfs_trans.c1081 xfs_extlen_to_rtxlen(mp, rblocks), in xfs_trans_alloc_inode()
1158 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