Searched refs:xfs_rtx_to_rbmblock (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.c | 198 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 D | xfs_rtbitmap.h | 129 xfs_rtx_to_rbmblock( in xfs_rtx_to_rbmblock() function
|
| /linux/fs/xfs/ |
| A D | xfs_rtalloc.c | 163 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 D | rtsummary.c | 177 rbmoff = xfs_rtx_to_rbmblock(mp, rec->ar_startext); in xchk_rtsum_record_free()
|
Completed in 16 milliseconds