Searched defs:nfsd3_readdirres (Results 1 – 1 of 1) 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 …]