Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.c5560 unsigned long dst_i; in memcpy_extent_buffer() local
5580 dst_i = (start_offset + dst_offset) >> PAGE_CACHE_SHIFT; in memcpy_extent_buffer()
5588 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()
5606 unsigned long dst_i; in memmove_extent_buffer() local
5624 dst_i = (start_offset + dst_end) >> PAGE_CACHE_SHIFT; in memmove_extent_buffer()
5634 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()