Home
last modified time | relevance | path

Searched refs:dst_index (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c4759 int dst_index; in copy_items() local
4808 dst_index = 0; in copy_items()
4821 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4823 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items()
4846 ins_keys[dst_index].offset < i_size && in copy_items()
4906 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4907 batch.total_data_size += ins_sizes[dst_index]; in copy_items()
4909 dst_index++; in copy_items()
4923 dst_index = 0; in copy_items()
4926 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items()
[all …]
/linux/sound/firewire/
H A Damdtp-stream.c2011 unsigned int dst_index = 0; in make_association() local
2023 if (dst_index == src_index) { in make_association()
2046 ++dst_index; in make_association()
/linux/sound/usb/
H A Dmixer_scarlett2.c5737 int dst_index = ( in scarlett2_phantom_update_access()
5772 mixer, private->config_set->param_buf_addr, 1, dst_index); in scarlett2_check_input_phantom_updated()
5778 dst_index, SCARLETT2_BIQUAD_COEFFS, in scarlett2_phantom_ctl_get()
5527 int dst_index = ( scarlett2_peq_flt_ctl_put() local