Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dxdr3.h177 struct nfsd3_readdirres { struct
178 __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 …]
/kernel/linux/linux-6.6/fs/nfsd/
Dxdr3.h171 struct nfsd3_readdirres { struct
173 __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;