Lines Matching refs:blk2
542 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() argument
644 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
645 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
654 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
655 blk2->blkno < args->geo->freeblk); in xfs_da3_root_split()
770 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() argument
790 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
877 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance()
888 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
895 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
901 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()