Lines Matching refs:blk2
651 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() argument
752 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
753 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
762 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
763 blk2->blkno < args->geo->freeblk); in xfs_da3_root_split()
878 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() argument
897 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
983 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance()
994 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
1001 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1007 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()