Searched refs:svc_buf (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dsvc.h73 struct svc_buf { struct
102 struct svc_buf rq_defbuf; /* default buffer */
103 struct svc_buf rq_argbuf; /* argument buffer */
104 struct svc_buf rq_resbuf; /* result buffer */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dsvc.h73 struct svc_buf { struct
102 struct svc_buf rq_defbuf; /* default buffer */
103 struct svc_buf rq_argbuf; /* argument buffer */
104 struct svc_buf rq_resbuf; /* result buffer */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvcauth.c87 struct svc_buf *argp = &rqstp->rq_argbuf;
88 struct svc_buf *resp = &rqstp->rq_resbuf;
119 struct svc_buf *argp = &rqstp->rq_argbuf;
120 struct svc_buf *resp = &rqstp->rq_resbuf;
H A Dsvcauth_des.c59 struct svc_buf *argp = &rqstp->rq_argbuf;
60 struct svc_buf *resp = &rqstp->rq_resbuf;
H A Dsvc.c101 svc_init_buffer(struct svc_buf *bufp, unsigned int size)
121 svc_release_buffer(struct svc_buf *bufp)
233 struct svc_buf * argp = &rqstp->rq_argbuf;
234 struct svc_buf * resp = &rqstp->rq_resbuf;
H A Dsvcsock.c536 struct svc_buf *bufp = &rqstp->rq_resbuf;
762 struct svc_buf *bufp = &rqstp->rq_argbuf;
894 struct svc_buf *bufp = &rqstp->rq_resbuf;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dcache.h35 struct svc_buf u_buffer;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dcache.h35 struct svc_buf u_buffer;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c43 static int nfsd_cache_append(struct svc_rqst *rqstp, struct svc_buf *data);
295 struct svc_buf *resp = &rqstp->rq_resbuf, *cachp;
340 nfsd_cache_append(struct svc_rqst *rqstp, struct svc_buf *data)
342 struct svc_buf *resp = &rqstp->rq_resbuf;
H A Dnfsproc.c29 typedef struct svc_buf svc_buf; typedef in typeref:struct:svc_buf
35 svcbuf_reserve(struct svc_buf *buf, u32 **ptr, int *len, int nr)
H A Dnfsxdr.c178 struct svc_buf *buf = &rqstp->rq_argbuf;
186 struct svc_buf *buf = &rqstp->rq_resbuf;
H A Dnfs3xdr.c274 struct svc_buf *buf = &rqstp->rq_argbuf;
282 struct svc_buf *buf = &rqstp->rq_resbuf;
H A Dnfs3proc.c49 svcbuf_reserve(struct svc_buf *buf, u32 **ptr, int *len, int nr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dxdr.c225 struct svc_buf *buf = &rqstp->rq_argbuf;
233 struct svc_buf *buf = &rqstp->rq_resbuf;
H A Dxdr4.c231 struct svc_buf *buf = &rqstp->rq_argbuf;
239 struct svc_buf *buf = &rqstp->rq_resbuf;

Completed in 88 milliseconds