Searched refs:xfs_extlen_to_rtxlen (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_rtalloc.c | 1389 *ralen = xfs_extlen_to_rtxlen(mp, min(ap->length, XFS_MAX_BMBT_EXTLEN)); in xfs_rtallocate_align() 1390 *raminlen = max_t(xfs_rtxlen_t, 1, xfs_extlen_to_rtxlen(mp, minlen)); in xfs_rtallocate_align() 1402 *prod = xfs_extlen_to_rtxlen(mp, align); in xfs_rtallocate_align()
|
| A D | xfs_trans.c | 1078 xfs_extlen_to_rtxlen(mp, rblocks), in xfs_trans_alloc_inode() 1147 unsigned int rtx = xfs_extlen_to_rtxlen(mp, rblocks); in xfs_trans_reserve_more_inode()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.h | 55 xfs_extlen_to_rtxlen( in xfs_extlen_to_rtxlen() function
|
| A D | xfs_trans_resv.c | 226 rtxlen = xfs_extlen_to_rtxlen(mp, XFS_MAX_BMBT_EXTLEN); in xfs_rtalloc_block_count()
|
Completed in 12 milliseconds