xdr_write_pages (9) - Linux Manuals
xdr_write_pages: Insert a list of pages into an XDR buffer for sending
NAME
xdr_write_pages - Insert a list of pages into an XDR buffer for sending
SYNOPSIS
- 
void xdr_write_pages(struct xdr_stream 
* xdr, struct page** pages, unsigned intbase, unsigned int len);  
ARGUMENTS
xdr
- 
- pointer to xdr_stream
  
pages
- list of pages
 
base
- offset of first byte
 
len
- length of data in bytes
 
COPYRIGHT