Lines Matching defs:blk1
30 xfs_da_state_blk_t *blk1,
1063 xfs_da_state_blk_t *blk1, /* first btree block */
1087 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp);
1089 swap(blk1, blk2);
1091 leaf1 = blk1->bp->b_addr;
1130 xfs_dir3_leafn_moveents(args, blk1->bp, &hdr1, ents1,
1135 blk1->bp, &hdr1, ents1,
1144 xfs_dir3_leaf_log_header(args, blk1->bp);
1147 xfs_dir3_leaf_check(dp, blk1->bp);
1158 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count);
1163 blk2->index = blk1->index - hdr1.count;
1173 "%s: picked the wrong leaf? reverting original leaf: blk1->index %d",
1174 __func__, blk1->index);