Lines Matching refs:blk2
725 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() argument
806 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
807 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
816 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
817 blk2->blkno < args->geo->freeblk); in xfs_da3_root_split()
932 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() argument
951 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
1037 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance()
1048 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
1055 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1061 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()