Searched refs:rtlen (Results 1 – 3 of 3) sorted by relevance
166 xfs_filblks_t rtlen; in xchk_rtsum_record_free() local182 rtlen = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xchk_rtsum_record_free()184 if (!xfs_verify_rtbext(mp, rtbno, rtlen)) { in xchk_rtsum_record_free()
1022 xfs_filblks_t rtlen) in xfs_rtfree_blocks() argument1027 ASSERT(rtlen <= XFS_MAX_BMBT_EXTLEN); in xfs_rtfree_blocks()1029 mod = xfs_rtb_to_rtxoff(mp, rtlen); in xfs_rtfree_blocks()1042 xfs_rtb_to_rtx(mp, rtlen)); in xfs_rtfree_blocks()
315 xfs_filblks_t rtlen);
Completed in 6 milliseconds