• Home
  • Raw
  • Download

Lines Matching refs:page_base

132 	kaddr[buf->page_base + len] = '\0';  in xdr_terminate_string()
142 return (buf->page_base + buf->page_len + PAGE_SIZE - 1) >> PAGE_SHIFT; in xdr_buf_pagecount()
191 xdr->page_base = base; in xdr_inline_pages()
278 buf->page_base + pgto, in _shift_data_left_tail()
386 buf->page_base + pgfrom, in _shift_data_right_tail()
555 buf->page_base + pglen + offs - len, in xdr_shrink_bufhead()
575 buf->page_base + len, in xdr_shrink_bufhead()
576 buf->page_base, in xdr_shrink_bufhead()
581 _copy_to_pages(buf->pages, buf->page_base, in xdr_shrink_bufhead()
891 new = buf->page_base + buf->page_len; in xdr_truncate_encode()
956 buf->page_base = base; in xdr_write_pages()
1004 base += xdr->buf->page_base; in xdr_set_page_base()
1033 newbase -= xdr->buf->page_base; in xdr_set_next_page()
1285 buf->page_base + offset, in xdr_align_data()
1286 buf->page_base + from, in xdr_align_data()
1327 buf->page_base + offset + length, in xdr_expand_hole()
1328 buf->page_base + from, in xdr_expand_hole()
1330 _zero_pages(buf->pages, buf->page_base + offset, length); in xdr_expand_hole()
1405 base += buf->page_base; in xdr_buf_subsegment()
1406 subbuf->page_base = base & ~PAGE_MASK; in xdr_buf_subsegment()
1413 subbuf->page_base = 0; in xdr_buf_subsegment()
1486 _copy_from_pages(obj, subbuf->pages, subbuf->page_base, this_len); in __read_bytes_from_xdr_buf()
1517 _copy_to_pages(subbuf->pages, subbuf->page_base, obj, this_len); in __write_bytes_to_xdr_buf()
1629 base += buf->page_base; in xdr_xcode_array2()
1812 page_offset = (offset + buf->page_base) & (PAGE_SIZE - 1); in xdr_process_buf()
1813 i = (offset + buf->page_base) >> PAGE_SHIFT; in xdr_process_buf()