Searched defs:nfsd3_readdirres (Results 1 – 1 of 1) sorted by relevance
173 struct nfsd3_readdirres { struct174 __be32 status;175 struct svc_fh fh;176 int count;177 __be32 verf[2];179 struct readdir_cd common;180 __be32 * buffer;181 int buflen;182 __be32 * offset;183 __be32 * offset1;[all …]