Home
last modified time | relevance | path

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

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