Searched refs:rq_args (Results 1 – 5 of 5) sorted by relevance
88 nd.nd_mrep = rqst->rq_args; in nfscb_program()89 rqst->rq_args = NULL; in nfscb_program()
666 if (rqstp->rq_args) { in svc_sendreply_common()667 m_freem(rqstp->rq_args); in svc_sendreply_common()668 rqstp->rq_args = NULL; in svc_sendreply_common()974 r->rq_args = args; in svc_getreq()988 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()1447 m = rqstp->rq_args; in svc_getargs()1448 rqstp->rq_args = NULL; in svc_getargs()1494 if (rqstp->rq_args) in svc_freereq()1495 m_freem(rqstp->rq_args); in svc_freereq()
275 struct mbuf *rq_args; /* XDR-encoded procedure arguments */ member
339 error = newnfs_realign(&req->rq_args, M_NOWAIT); in fha_extract_info()342 md = req->rq_args; in fha_extract_info()
170 nd.nd_mrep = rqst->rq_args; in nfssvc_program() 171 rqst->rq_args = NULL; in nfssvc_program()