Home | History | Annotate | Download | only in mount_nfs

Lines Matching defs:repl

149 	struct repl {
152 } *repl;
159 struct repl d;
164 repl = &rdata.d;
175 args, len, repl, sizeof(*repl));
182 if (repl->errval)
183 return ntohl(repl->errval);
185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh));