Lines Matching refs:blk2
636 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() argument
737 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
738 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
747 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
748 blk2->blkno < args->geo->freeblk); in xfs_da3_root_split()
863 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() argument
883 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
971 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance()
982 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
989 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
995 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()