Searched refs:xfs_extlen_to_rtxlen (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 1786 *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 D | xfs_trans.c | 1097 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 D | xfs_rtbitmap.h | 82 xfs_extlen_to_rtxlen( in xfs_extlen_to_rtxlen() function
|
H A D | xfs_trans_resv.c | 237 rtxlen = xfs_extlen_to_rtxlen(mp, XFS_MAX_BMBT_EXTLEN); in xfs_rtalloc_block_count()
|
H A D | xfs_rtbitmap.c | 1141 xfs_extlen_to_rtxlen(mp, rtlen)); in xfs_rtfree_blocks()
|