Lines Matching defs:nfsd4_compoundargs
697 struct nfsd4_compoundargs { struct
699 __be32 * p;
700 __be32 * end;
701 struct page ** pagelist;
702 int pagelen;
703 bool tail;
704 __be32 tmp[8];
705 __be32 * tmpp;
706 struct svcxdr_tmpbuf *to_free;
708 struct svc_rqst *rqstp;
733 struct nfsd4_compoundargs *args = resp->rqstp->rq_argp; in nfsd4_is_solo_sequence() argument