Searched refs:xfs_rtx_to_rtb (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Drtbitmap.c85 startblock = xfs_rtx_to_rtb(mp, rec->ar_startext);
86 blockcount = xfs_rtx_to_rtb(mp, rec->ar_extcount);
H A Drtsummary.c184 rtbno = xfs_rtx_to_rtb(mp, rec->ar_startext);
185 rtlen = xfs_rtx_to_rtb(mp, rec->ar_extcount);
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h21 xfs_rtx_to_rtb( function
/linux-master/fs/xfs/
H A Dxfs_fsmap.c486 rtbno = xfs_rtx_to_rtb(mp, rec->ar_startext);
490 rtbno = xfs_rtx_to_rtb(mp, rec->ar_extcount);
517 eofs = XFS_FSB_TO_BB(mp, xfs_rtx_to_rtb(mp, mp->m_sb.sb_rextents));
H A Dxfs_rtalloc.c1464 ap->blkno = xfs_rtx_to_rtb(mp, rtx);
H A Dxfs_super.c886 statp->f_bavail = statp->f_bfree = xfs_rtx_to_rtb(mp, freertx);

Completed in 146 milliseconds