Lines Matching defs:blk1
650 struct xfs_da_state_blk *blk1,
684 oldroot = blk1->bp->b_addr;
733 bp->b_ops = blk1->bp->b_ops;
734 xfs_trans_buf_copy_type(bp, blk1->bp);
735 blk1->bp = bp;
736 blk1->blkno = blkno;
750 btree[0].hashval = cpu_to_be32(blk1->hashval);
751 btree[0].before = cpu_to_be32(blk1->blkno);
760 ASSERT(blk1->blkno >= args->geo->leafblk &&
761 blk1->blkno < args->geo->freeblk);
872 * NOTE: if blk2 is empty, then it will get the upper half of blk1.
877 struct xfs_da_state_blk *blk1,
896 node1 = blk1->bp->b_addr;
960 xfs_trans_log_buf(tp, blk1->bp,
978 xfs_trans_log_buf(tp, blk1->bp,
993 node1 = blk1->bp->b_addr;
1000 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval);
1006 if (blk1->index >= nodehdr1.count) {
1007 blk2->index = blk1->index - nodehdr1.count;
1008 blk1->index = nodehdr1.count + 1; /* make it invalid */