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