Home
last modified time | relevance | path

Searched refs:src_i (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dextent_io.c5633 unsigned long src_i; in memcpy_extent_buffer() local
5655 src_i = (start_offset + src_offset) >> PAGE_CACHE_SHIFT; in memcpy_extent_buffer()
5662 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()
5681 unsigned long src_i; in memmove_extent_buffer() local
5699 src_i = (start_offset + src_end) >> PAGE_CACHE_SHIFT; in memmove_extent_buffer()
5708 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c738 int dai_i, ssi_i, src_i, ctu_i, mix_i, dvc_i; in rsnd_of_parse_dai() local