Home
last modified time | relevance | path

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

/net/sunrpc/
Dxdr.c222 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
232 pgfrom = pages + (pgfrom_base >> PAGE_SHIFT); in _shift_data_right_pages()
245 pgfrom--; in _shift_data_right_pages()
257 if (*pgto != *pgfrom) { in _shift_data_right_pages()
258 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
326 struct page **pgfrom; in _copy_from_pages() local
330 pgfrom = pages + (pgbase >> PAGE_SHIFT); in _copy_from_pages()
338 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
345 pgfrom++; in _copy_from_pages()
/net/sunrpc/auth_gss/
Dsvcauth_gss.c1099 int pages, i, res, pgto, pgfrom; in gss_read_proxy_verf() local
1137 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1145 page_address(rqstp->rq_arg.pages[pgfrom]) + pgfrom_offs, in gss_read_proxy_verf()