Home
last modified time | relevance | path

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

/net/sunrpc/
Dxdr.c175 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
185 pgfrom = pages + (pgfrom_base >> PAGE_CACHE_SHIFT); in _shift_data_right_pages()
198 pgfrom--; in _shift_data_right_pages()
210 if (*pgto != *pgfrom) { in _shift_data_right_pages()
211 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
279 struct page **pgfrom; in _copy_from_pages() local
283 pgfrom = pages + (pgbase >> PAGE_CACHE_SHIFT); in _copy_from_pages()
291 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
298 pgfrom++; in _copy_from_pages()