Lines Matching defs:nfsd4_compoundargs
645 struct nfsd4_compoundargs { struct
647 __be32 * p;
648 __be32 * end;
649 struct page ** pagelist;
650 int pagelen;
651 bool tail;
652 __be32 tmp[8];
653 __be32 * tmpp;
654 struct svcxdr_tmpbuf *to_free;
656 struct svc_rqst *rqstp;
681 struct nfsd4_compoundargs *args = resp->rqstp->rq_argp; in nfsd4_is_solo_sequence() argument