Searched refs:xfs_rtx_to_rtb (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | rtbitmap.c | 85 startblock = xfs_rtx_to_rtb(mp, rec->ar_startext); in xchk_rtbitmap_rec() 86 blockcount = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xchk_rtbitmap_rec()
|
| A D | rtsummary.c | 181 rtbno = xfs_rtx_to_rtb(mp, rec->ar_startext); in xchk_rtsum_record_free() 182 rtlen = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xchk_rtsum_record_free()
|
| /linux/fs/xfs/ |
| A D | xfs_discard.c | 528 rbno = xfs_rtx_to_rtb(mp, rec->ar_startext); in xfs_trim_gather_rtextent() 529 rlen = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xfs_trim_gather_rtextent()
|
| A D | xfs_fsmap.c | 724 rtbno = xfs_rtx_to_rtb(mp, rec->ar_startext); in xfs_getfsmap_rtdev_rtbitmap_helper() 728 rtbno = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xfs_getfsmap_rtdev_rtbitmap_helper() 755 eofs = XFS_FSB_TO_BB(mp, xfs_rtx_to_rtb(mp, mp->m_sb.sb_rextents)); in xfs_getfsmap_rtdev_rtbitmap()
|
| A D | xfs_rtalloc.c | 1331 *bno = xfs_rtx_to_rtb(args.mp, rtx); in xfs_rtallocate()
|
| A D | xfs_iomap.c | 504 freesp = xfs_rtx_to_rtb(mp, in xfs_iomap_prealloc_size()
|
| A D | xfs_super.c | 888 statp->f_bavail = statp->f_bfree = xfs_rtx_to_rtb(mp, freertx); in xfs_fs_statfs()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.h | 21 xfs_rtx_to_rtb( in xfs_rtx_to_rtb() function
|
Completed in 23 milliseconds