Lines Matching refs:blk2
636 struct xfs_da_state_blk *blk2)
737 btree[1].hashval = cpu_to_be32(blk2->hashval);
738 btree[1].before = cpu_to_be32(blk2->blkno);
747 ASSERT(blk2->blkno >= args->geo->leafblk &&
748 blk2->blkno < args->geo->freeblk);
857 * NOTE: if blk2 is empty, then it will get the upper half of blk1.
863 struct xfs_da_state_blk *blk2)
883 node2 = blk2->bp->b_addr;
971 xfs_trans_log_buf(tp, blk2->bp,
982 node2 = blk2->bp->b_addr;
989 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval);
995 blk2->index = blk1->index - nodehdr1.count;