Lines Matching refs:blk1
504 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument
538 oldroot = blk1->bp->b_addr; in xfs_da3_root_split()
588 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split()
589 xfs_trans_buf_copy_type(bp, blk1->bp); in xfs_da3_root_split()
590 blk1->bp = bp; in xfs_da3_root_split()
591 blk1->blkno = blkno; in xfs_da3_root_split()
605 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split()
606 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
615 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
616 blk1->blkno < args->geo->freeblk); in xfs_da3_root_split()
732 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument
752 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
818 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
836 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
850 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
857 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
863 if (blk1->index >= nodehdr1.count) { in xfs_da3_node_rebalance()
864 blk2->index = blk1->index - nodehdr1.count; in xfs_da3_node_rebalance()
865 blk1->index = nodehdr1.count + 1; /* make it invalid */ in xfs_da3_node_rebalance()