Searched refs:xfs_extlen_to_rtxlen (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h55 xfs_extlen_to_rtxlen( function
H A Dxfs_trans_resv.c224 rtxlen = xfs_extlen_to_rtxlen(mp, XFS_MAX_BMBT_EXTLEN);
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1376 ralen = xfs_extlen_to_rtxlen(mp, min(ap->length, XFS_MAX_BMBT_EXTLEN));
1377 raminlen = max_t(xfs_rtxlen_t, 1, xfs_extlen_to_rtxlen(mp, minlen));
1416 prod = xfs_extlen_to_rtxlen(mp, align);
H A Dxfs_trans.c1204 xfs_extlen_to_rtxlen(mp, rblocks),
1273 unsigned int rtx = xfs_extlen_to_rtxlen(mp, rblocks);

Completed in 114 milliseconds