Home
last modified time | relevance | path

Searched refs:xfs_rtx_to_rbmblock (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_rtbitmap.c198 block = xfs_rtx_to_rbmblock(mp, start); in xfs_rtfind_back()
354 block = xfs_rtx_to_rbmblock(mp, start); in xfs_rtfind_forw()
590 block = xfs_rtx_to_rbmblock(mp, start); in xfs_rtmodify_range()
751 xfs_rtx_to_rbmblock(mp, preblock), -1); in xfs_rtfree_range()
763 xfs_rtx_to_rbmblock(mp, end + 1), -1); in xfs_rtfree_range()
774 xfs_rtx_to_rbmblock(mp, preblock), 1); in xfs_rtfree_range()
804 block = xfs_rtx_to_rbmblock(mp, start); in xfs_rtcheck_range()
A Dxfs_rtbitmap.h129 xfs_rtx_to_rbmblock( in xfs_rtx_to_rbmblock() function
/linux/fs/xfs/
A Dxfs_rtalloc.c163 xfs_rtx_to_rbmblock(mp, preblock), -1); in xfs_rtallocate_range()
174 xfs_rtx_to_rbmblock(mp, preblock), 1); in xfs_rtallocate_range()
186 xfs_rtx_to_rbmblock(mp, end + 1), 1); in xfs_rtallocate_range()
430 bbno = xfs_rtx_to_rbmblock(mp, start); in xfs_rtallocate_extent_near()
580 if (xfs_rtx_to_rbmblock(args->mp, n) > i + 1) in xfs_rtalloc_sumlevel()
581 i = xfs_rtx_to_rbmblock(args->mp, n) - 1; in xfs_rtalloc_sumlevel()
/linux/fs/xfs/scrub/
A Drtsummary.c177 rbmoff = xfs_rtx_to_rbmblock(mp, rec->ar_startext); in xchk_rtsum_record_free()

Completed in 16 milliseconds