Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dioctl.c2917 struct page **dst_pages; member
2931 pg = cmp->dst_pages[i]; in btrfs_cmp_data_free()
2938 kfree(cmp->dst_pages); in btrfs_cmp_data_free()
2964 cmp->dst_pages = dst_pgarr; in btrfs_cmp_data_prepare()
2970 ret = gather_extent_pages(dst, cmp->dst_pages, cmp->num_pages, dst_loff); in btrfs_cmp_data_prepare()
2995 dst_page = cmp->dst_pages[i]; in btrfs_cmp_data()