Lines Matching refs:blk1
724 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument
758 oldroot = blk1->bp->b_addr; in xfs_da3_root_split()
783 xfs_da_buf_copy(bp, blk1->bp, size); in xfs_da3_root_split()
789 blk1->bp = bp; in xfs_da3_root_split()
790 blk1->blkno = blkno; in xfs_da3_root_split()
804 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split()
805 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
814 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
815 blk1->blkno < args->geo->freeblk); in xfs_da3_root_split()
931 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument
950 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
1014 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
1032 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
1047 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
1054 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
1060 if (blk1->index >= nodehdr1.count) { in xfs_da3_node_rebalance()
1061 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()
1062 blk1->index = nodehdr1.count + 1; /* make it invalid */ in xfs_da3_node_rebalance()