Home
last modified time | relevance | path

Searched refs:src_slot (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dtree-mod-log.h54 int dst_slot, int src_slot,
H A Dtree-log.c4840 const int src_slot = start_slot + i; in copy_items()
4851 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4856 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4936 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4955 const int src_slot = start_slot + i; in copy_items()
4968 btrfs_item_key_to_cpu(src, &key, src_slot); in copy_items()
4973 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4984 src_offset = btrfs_item_ptr_offset(src, src_slot); in copy_items()
4836 const int src_slot = start_slot + i; copy_items() local
4951 const int src_slot = start_slot + i; copy_items() local
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h123 int src_slot; member
H A Ddsp_spos_scb_lib.c1267 src_index = ins->pcm_channels[i].src_slot; in cs46xx_dsp_create_pcm_channel()
1359 ins->pcm_channels[pcm_index].src_slot = src_index; in cs46xx_dsp_create_pcm_channel()
1470 if (snd_BUG_ON(pcm_channel->src_slot < 0 || in cs46xx_dsp_destroy_pcm_channel()
1471 pcm_channel->src_slot >= DSP_MAX_SRC_NR)) in cs46xx_dsp_destroy_pcm_channel()
1474 ins->src_scb_slots[pcm_channel->src_slot] = 0; in cs46xx_dsp_destroy_pcm_channel()