Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dxdr.c220 struct page **pgfrom, **pgto; in _shift_data_left_pages() local
242 pgfrom++; in _shift_data_left_pages()
252 if (*pgto != *pgfrom) { in _shift_data_left_pages()
253 vfrom = kmap_atomic(*pgfrom); in _shift_data_left_pages()
285 struct page **pgfrom, **pgto; in _shift_data_right_pages() local
311 pgfrom--; in _shift_data_right_pages()
323 if (*pgto != *pgfrom) { in _shift_data_right_pages()
324 vfrom = kmap_atomic(*pgfrom); in _shift_data_right_pages()
395 struct page **pgfrom; in _copy_from_pages() local
410 vfrom = kmap_atomic(*pgfrom); in _copy_from_pages()
[all …]
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1157 int pages, i, res, pgto, pgfrom; in gss_read_proxy_verf() local
1190 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf()
1198 page_address(rqstp->rq_arg.pages[pgfrom]) + pgfrom_offs, in gss_read_proxy_verf()

Completed in 10 milliseconds