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