H A D | xdr.c | 222 * @base: offset in first page where receive should start, in bytes 228 struct page **pages, unsigned int base, unsigned int len) in xdr_inline_pages() 238 xdr->page_base = base; in xdr_inline_pages() 260 * if a memory area starts at byte 'base' in page 'pages[i]', 261 * then its address is given as (i << PAGE_CACHE_SHIFT) + base 325 * if a memory area starts at byte 'base' in page 'pages[i]', 326 * then its address is given as (i << PAGE_SHIFT) + base 474 static void xdr_buf_iov_zero(const struct kvec *iov, unsigned int base, in xdr_buf_iov_zero() argument 477 if (base >= iov->iov_len) in xdr_buf_iov_zero() 479 if (len > iov->iov_len - base) in xdr_buf_iov_zero() 227 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset, struct page **pages, unsigned int base, unsigned int len) xdr_inline_pages() argument 584 xdr_buf_tail_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_copy_right() argument 598 xdr_buf_pages_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_copy_right() argument 631 xdr_buf_head_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_copy_right() argument 678 xdr_buf_tail_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_shift_right() argument 689 xdr_buf_pages_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_shift_right() argument 705 xdr_buf_head_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_shift_right() argument 724 xdr_buf_tail_copy_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_copy_left() argument 768 xdr_buf_pages_copy_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_copy_left() argument 801 xdr_buf_tail_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_shift_left() argument 810 xdr_buf_pages_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_shift_left() argument 827 xdr_buf_head_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_shift_left() argument 1290 xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, unsigned int len) xdr_write_pages() argument 1318 xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, unsigned int base, unsigned int len) xdr_set_iov() argument 1332 xdr_set_tail_base(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_tail_base() argument 1349 xdr_set_page_base(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_page_base() argument 1390 xdr_set_page(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_page() argument 1595 unsigned int base, end, pglen; xdr_read_pages() local 1624 size_t base = 0; xdr_set_pagelen() local 1686 xdr_buf_subsegment(const struct xdr_buf *buf, struct xdr_buf *subbuf, unsigned int base, unsigned int len) xdr_buf_subsegment() argument 1894 read_bytes_from_xdr_buf(const struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) read_bytes_from_xdr_buf() argument 1926 write_bytes_to_xdr_buf(const struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) write_bytes_to_xdr_buf() argument 1940 xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) xdr_decode_word() argument 1953 xdr_encode_word(const struct xdr_buf *buf, unsigned int base, u32 obj) xdr_encode_word() argument 1962 xdr_xcode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc, int encode) xdr_xcode_array2() argument 2155 xdr_decode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc) xdr_decode_array2() argument 2165 xdr_encode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc) xdr_encode_array2() argument [all...] |