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.c299 int dst_slot, int src_slot, in tree_mod_log_alloc_move() argument
309 tm->slot = src_slot; in tree_mod_log_alloc_move()
319 int dst_slot, int src_slot, in btrfs_tree_mod_log_insert_move() argument
337 tm = tree_mod_log_alloc_move(eb, dst_slot, src_slot, nr_items); in btrfs_tree_mod_log_insert_move()
344 for (i = 0; i + dst_slot < src_slot && i < nr_items; i++) { in btrfs_tree_mod_log_insert_move()
376 for (i = 0; i + dst_slot < src_slot && i < nr_items; i++) { in btrfs_tree_mod_log_insert_move()
H A Dtree-mod-log.h54 int dst_slot, int src_slot,
H A Dtree-log.c4822 const int src_slot = start_slot + i; in copy_items() local
4833 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4838 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4911 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4930 const int src_slot = start_slot + i; in copy_items() local
4943 btrfs_item_key_to_cpu(src, &key, src_slot); in copy_items()
4948 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4959 src_offset = btrfs_item_ptr_offset(src, src_slot); in copy_items()
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h123 int src_slot; member