Home
last modified time | relevance | path

Searched defs:nfsd4_compoundargs (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dxdr4.h573 struct nfsd4_compoundargs { struct
575 __be32 * p;
576 __be32 * end;
577 struct page ** pagelist;
578 int pagelen;
579 __be32 tmp[8];
580 __be32 * tmpp;
581 struct svcxdr_tmpbuf *to_free;
583 struct svc_rqst *rqstp;
608 struct nfsd4_compoundargs *args = resp->rqstp->rq_argp; in nfsd4_is_solo_sequence() argument