Lines Matching defs:dst_index
4281 int dst_index;
4334 dst_index = 0;
4347 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot);
4349 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY)
4372 ins_keys[dst_index].offset < i_size &&
4424 ins_sizes[dst_index] = btrfs_item_size(src, src_slot);
4425 batch.total_data_size += ins_sizes[dst_index];
4427 dst_index++;
4441 dst_index = 0;
4444 const int dst_slot = dst_path->slots[0] + dst_index;
4453 if (dst_index >= batch.nr)
4485 src_offset, ins_sizes[dst_index]);
4488 dst_index++;