Lines Matching refs:offs
225 struct page **pdata, int nr_pages, size_t offs, int count) in pack_sg_list_p() argument
228 int data_off = offs; in pack_sg_list_p()
318 size_t *offs, in p9_get_mapped_pages() argument
339 n = iov_iter_get_pages_alloc(data, pages, count, offs); in p9_get_mapped_pages()
343 nr_pages = DIV_ROUND_UP(n + *offs, PAGE_SIZE); in p9_get_mapped_pages()
372 p -= (*offs = (unsigned long)p % PAGE_SIZE); in p9_get_mapped_pages()
406 size_t offs; in p9_virtio_zc_request() local
413 outlen, &offs, &need_drop); in p9_virtio_zc_request()
416 out_nr_pages = DIV_ROUND_UP(n + offs, PAGE_SIZE); in p9_virtio_zc_request()
424 inlen, &offs, &need_drop); in p9_virtio_zc_request()
427 in_nr_pages = DIV_ROUND_UP(n + offs, PAGE_SIZE); in p9_virtio_zc_request()
450 out_pages, out_nr_pages, offs, outlen); in p9_virtio_zc_request()
468 in_pages, in_nr_pages, offs, inlen); in p9_virtio_zc_request()