Searched refs:blk1 (Results 1 – 2 of 2) sorted by relevance
724 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument 758 oldroot = blk1->bp->b_addr; in xfs_da3_root_split() 783 xfs_da_buf_copy(bp, blk1->bp, size); in xfs_da3_root_split() 787 * Update blk1 to point to new buffer. in xfs_da3_root_split() 789 blk1->bp = bp; in xfs_da3_root_split() 790 blk1->blkno = blkno; in xfs_da3_root_split() 804 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split() 805 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split() 814 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split() 815 blk1 in xfs_da3_root_split() 931 xfs_da3_node_rebalance(struct xfs_da_state * state,struct xfs_da_state_blk * blk1,struct xfs_da_state_blk * blk2) xfs_da3_node_rebalance() argument [all...]
32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument