HomeSort by relevance Sort by last modified time
    Searched refs:xdr_buf (Results 51 - 52 of 52) sorted by null

1 23

  /external/kernel-headers/original/linux/sunrpc/
xprt.h 66 struct xdr_buf rq_snd_buf; /* send buffer */
67 struct xdr_buf rq_rcv_buf; /* recv buffer */
86 struct xdr_buf rq_private_buf; /* The receive buffer
svc.h 66 * We use xdr_buf for holding responses as it fits well with NFS
70 * The xdr_buf.head kvec always points to the first page in the rq_*pages
71 * list. The xdr_buf.pages pointer points to the second page on that
72 * list. xdr_buf.tail points to the end of the first page.
124 struct xdr_buf rq_arg;
125 struct xdr_buf rq_res;

Completed in 196 milliseconds

1 23