Lines Matching refs:pgfrom
225 struct page **pgfrom, **pgto; in _shift_data_left_pages() local
232 pgfrom = pages + (pgfrom_base >> PAGE_SHIFT); in _shift_data_left_pages()
244 pgfrom++; in _shift_data_left_pages()
254 if (*pgto != *pgfrom) { in _shift_data_left_pages()
255 vfrom = kmap_atomic(*pgfrom); in _shift_data_left_pages()
307 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
317 pgfrom = pages + (pgfrom_base >> PAGE_SHIFT); in _shift_data_right_pages()
330 pgfrom--; in _shift_data_right_pages()
342 if (*pgto != *pgfrom) { in _shift_data_right_pages()
343 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
355 _shift_data_right_tail(struct xdr_buf *buf, unsigned int pgfrom, size_t len) in _shift_data_right_tail() argument
386 buf->page_base + pgfrom, in _shift_data_right_tail()
451 struct page **pgfrom; in _copy_from_pages() local
455 pgfrom = pages + (pgbase >> PAGE_SHIFT); in _copy_from_pages()
463 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
470 pgfrom++; in _copy_from_pages()