Lines Matching defs:args
5282 struct nfsd4_compoundargs *args = rqstp->rq_argp;
5284 if (args->ops != args->iops) {
5285 kfree(args->ops);
5286 args->ops = args->iops;
5288 kfree(args->tmpp);
5289 args->tmpp = NULL;
5290 while (args->to_free) {
5291 struct svcxdr_tmpbuf *tb = args->to_free;
5292 args->to_free = tb->next;
5306 struct nfsd4_compoundargs *args = rqstp->rq_argp;
5314 args->p = p;
5315 args->end = rqstp->rq_arg.head[0].iov_base + rqstp->rq_arg.head[0].iov_len;
5316 args->pagelist = rqstp->rq_arg.pages;
5317 args->pagelen = rqstp->rq_arg.page_len;
5318 args->tail = false;
5319 args->tmpp = NULL;
5320 args->to_free = NULL;
5321 args->ops = args->iops;
5322 args->rqstp = rqstp;
5324 return !nfsd4_decode_compound(args);