Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.c5632 unsigned long dst_i; in memcpy_extent_buffer() local
5654 dst_i = (start_offset + dst_offset) >> PAGE_CACHE_SHIFT; in memcpy_extent_buffer()
5662 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()
5680 unsigned long dst_i; in memmove_extent_buffer() local
5698 dst_i = (start_offset + dst_end) >> PAGE_CACHE_SHIFT; in memmove_extent_buffer()
5708 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()