Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dxdr.c269 struct page **pgfrom, **pgto; in _shift_data_left_pages() local
291 pgfrom++; in _shift_data_left_pages()
301 if (*pgto != *pgfrom) { in _shift_data_left_pages()
302 vfrom = kmap_atomic(*pgfrom); in _shift_data_left_pages()
334 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
360 pgfrom--; in _shift_data_right_pages()
372 if (*pgto != *pgfrom) { in _shift_data_right_pages()
373 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
444 struct page **pgfrom; in _copy_from_pages() local
459 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
[all …]
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1052 int pages, i, pgto, pgfrom; in gss_read_proxy_verf() local
1093 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1101 page_address(rqstp->rq_arg.pages[pgfrom]) + pgfrom_offs, in gss_read_proxy_verf()

Completed in 12 milliseconds