Searched defs:nfsd3_readdirres (Results 1 – 2 of 2) sorted by relevance
177 struct nfsd3_readdirres { struct178 __be32 status;179 struct svc_fh fh;182 struct svc_fh scratch;183 int count;184 __be32 verf[2];186 struct readdir_cd common;187 __be32 * buffer;188 int buflen;189 __be32 * offset;[all …]
171 struct nfsd3_readdirres { struct173 __be32 status;174 struct svc_fh fh;175 __be32 verf[2];178 struct xdr_stream xdr;179 struct xdr_buf dirlist;180 struct svc_fh scratch;181 struct readdir_cd common;182 unsigned int cookie_offset;183 struct svc_rqst * rqstp;