Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dxdr.c219 struct page **pgfrom, **pgto; in _shift_data_left_pages() local
241 pgfrom++; in _shift_data_left_pages()
251 if (*pgto != *pgfrom) { in _shift_data_left_pages()
252 vfrom = kmap_atomic(*pgfrom); in _shift_data_left_pages()
284 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
310 pgfrom--; in _shift_data_right_pages()
322 if (*pgto != *pgfrom) { in _shift_data_right_pages()
323 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
394 struct page **pgfrom; in _copy_from_pages() local
409 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
[all …]
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1068 int pages, i, pgto, pgfrom; in gss_read_proxy_verf() local
1109 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1117 page_address(rqstp->rq_arg.pages[pgfrom]) + pgfrom_offs, in gss_read_proxy_verf()

Completed in 11 milliseconds