Lines Matching refs:frp
424 xfs_bmbt_rec_t *frp,
4361 xfs_bmbt_rec_t *frp, *temp; in xfs_bmap_read_extents() local
4389 frp = XFS_BTREE_REC_ADDR(mp->m_sb.sb_blocksize, xfs_bmbt, in xfs_bmap_read_extents()
4392 for (j = 0; j < num_recs; j++, frp++, trp++) { in xfs_bmap_read_extents()
4393 trp->l0 = INT_GET(frp->l0, ARCH_CONVERT); in xfs_bmap_read_extents()
4394 trp->l1 = INT_GET(frp->l1, ARCH_CONVERT); in xfs_bmap_read_extents()
6028 xfs_bmbt_rec_t *frp; in xfs_bmap_check_leaf_extents() local
6047 frp = XFS_BTREE_REC_ADDR(mp->m_sb.sb_blocksize, xfs_bmbt, in xfs_bmap_check_leaf_extents()
6050 for (ep = frp;ep < frp + (num_recs - 1); ep++) { in xfs_bmap_check_leaf_extents()
6058 lastp = frp + num_recs - 1; /* For the next iteration */ in xfs_bmap_check_leaf_extents()
6173 xfs_bmbt_rec_t *frp; in xfs_bmap_count_tree() local
6210 frp = XFS_BTREE_REC_ADDR(mp->m_sb.sb_blocksize, in xfs_bmap_count_tree()
6212 if (unlikely(xfs_bmap_count_leaves(frp, numrecs, count) < 0)) { in xfs_bmap_count_tree()
6237 xfs_bmbt_rec_t *frp, in xfs_bmap_count_leaves() argument
6243 for ( b = 1; b <= numrecs; b++, frp++) in xfs_bmap_count_leaves()
6244 *count += xfs_bmbt_disk_get_blockcount(frp); in xfs_bmap_count_leaves()