Searched refs:rq_argp (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvc.c143 if (!(rqstp->rq_argp = (u32 *) kmalloc(serv->sv_xdrsize, GFP_KERNEL))
174 if (rqstp->rq_argp)
175 kfree(rqstp->rq_argp);
309 memset(rqstp->rq_argp, 0, procp->pc_argsize);
322 if (xdr && !xdr(rqstp, rqstp->rq_argbuf.buf, rqstp->rq_argp))
325 *statp = procp->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dsvc.h115 void * rq_argp; /* decoded arguments */ member in struct:svc_rqst
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dsvc.h115 void * rq_argp; /* decoded arguments */ member in struct:svc_rqst
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfssvc.c280 if (xdr && !xdr(rqstp, rqstp->rq_argbuf.buf, rqstp->rq_argp)) {
288 nfserr = proc->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp);

Completed in 23 milliseconds