Lines Matching refs:blk1
509 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument
543 oldroot = blk1->bp->b_addr; in xfs_da3_root_split()
593 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split()
594 xfs_trans_buf_copy_type(bp, blk1->bp); in xfs_da3_root_split()
595 blk1->bp = bp; in xfs_da3_root_split()
596 blk1->blkno = blkno; in xfs_da3_root_split()
610 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split()
611 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
620 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
621 blk1->blkno < args->geo->freeblk); in xfs_da3_root_split()
737 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument
757 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
823 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
841 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
855 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
862 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
868 if (blk1->index >= nodehdr1.count) { in xfs_da3_node_rebalance()
869 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()
870 blk1->index = nodehdr1.count + 1; /* make it invalid */ in xfs_da3_node_rebalance()