Searched refs:rtlen (Results 1 – 3 of 3) sorted by relevance
177 xfs_filblks_t rtlen; in xchk_rtsum_record_free() local193 rtlen = xfs_rtxlen_to_extlen(mp, rec->ar_extcount); in xchk_rtsum_record_free()195 if (!xfs_verify_rtbext(mp, rtbno, rtlen)) { in xchk_rtsum_record_free()
1120 xfs_filblks_t rtlen) in xfs_rtfree_blocks() argument1127 ASSERT(rtlen <= XFS_MAX_BMBT_EXTLEN); in xfs_rtfree_blocks()1129 mod = xfs_blen_to_rtxoff(mp, rtlen); in xfs_rtfree_blocks()1142 xfs_extlen_to_rtxlen(mp, rtlen)); in xfs_rtfree_blocks()1148 xfs_rtb_to_rgbno(mp, rtbno), rtlen, 0); in xfs_rtfree_blocks()
413 xfs_fsblock_t rtbno, xfs_filblks_t rtlen);435 xfs_filblks_t rtlen) in xfs_rtfree_blocks() argument
Completed in 10 milliseconds