Lines Matching defs:nfsd4_compoundargs
615 struct nfsd4_compoundargs { struct
617 __be32 * p;
618 __be32 * end;
619 struct page ** pagelist;
620 int pagelen;
621 bool tail;
622 __be32 tmp[8];
623 __be32 * tmpp;
624 struct svcxdr_tmpbuf *to_free;
626 struct svc_rqst *rqstp;
651 struct nfsd4_compoundargs *args = resp->rqstp->rq_argp; in nfsd4_is_solo_sequence() argument