Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.c5561 unsigned long src_i; in memcpy_extent_buffer() local
5581 src_i = (start_offset + src_offset) >> PAGE_CACHE_SHIFT; in memcpy_extent_buffer()
5588 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()
5607 unsigned long src_i; in memmove_extent_buffer() local
5625 src_i = (start_offset + src_end) >> PAGE_CACHE_SHIFT; in memmove_extent_buffer()
5634 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()
/linux-4.1.27/sound/soc/sh/rcar/
Dcore.c544 int dai_i, ssi_i, src_i, dvc_i; in rsnd_of_parse_dai() local