Home | History | Annotate | Download | only in rpcsvc

Lines Matching defs:diropargs

124 struct diropargs {
128 typedef struct diropargs diropargs;
190 diropargs where;
196 diropargs from;
197 diropargs to;
203 diropargs to;
208 diropargs from;
279 extern diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
280 extern diropres * nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
297 extern nfsstat * nfsproc_remove_2(diropargs *, CLIENT *);
298 extern nfsstat * nfsproc_remove_2_svc(diropargs *, struct svc_req *);
312 extern nfsstat * nfsproc_rmdir_2(diropargs *, CLIENT *);
313 extern nfsstat * nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
393 extern bool_t xdr_diropargs (XDR *, diropargs*);