Searched defs:nfsd3_readdirres (Results 1 – 1 of 1) sorted by relevance
174 struct nfsd3_readdirres { struct175 __be32 status;176 struct svc_fh fh;179 struct svc_fh scratch;180 int count;181 __be32 verf[2];183 struct readdir_cd common;184 __be32 * buffer;185 int buflen;186 __be32 * offset;[all …]