Lines Matching refs:blk2
651 struct xfs_da_state_blk *blk2)
752 btree[1].hashval = cpu_to_be32(blk2->hashval);
753 btree[1].before = cpu_to_be32(blk2->blkno);
762 ASSERT(blk2->blkno >= args->geo->leafblk &&
763 blk2->blkno < args->geo->freeblk);
872 * NOTE: if blk2 is empty, then it will get the upper half of blk1.
878 struct xfs_da_state_blk *blk2)
897 node2 = blk2->bp->b_addr;
983 xfs_trans_log_buf(tp, blk2->bp,
994 node2 = blk2->bp->b_addr;
1001 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval);
1007 blk2->index = blk1->index - nodehdr1.count;