diropargs
nfsproc_lookup_2_svc(struct diropargs *argp, struct svc_req *rqstp)
unlink_or_rmdir(struct diropargs *argp, struct svc_req *rqstp,
nfsproc_remove_2_svc(struct diropargs *argp, struct svc_req *rqstp)
nfsproc_rmdir_2_svc(struct diropargs *argp, struct svc_req *rqstp)
typedef struct diropargs diropargs;
extern "C" bool_t xdr_diropargs(XDR *, diropargs *);
extern bool_t xdr_diropargs(XDR *, diropargs *);
diropargs where;
diropargs from;
diropargs to;
diropargs to;
diropargs from;
extern "C" diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
extern "C" diropres * nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
extern "C" int * nfsproc_remove_2(diropargs *, CLIENT *);
extern "C" int * nfsproc_remove_2_svc(diropargs *, struct svc_req *);
extern "C" int * nfsproc_rmdir_2(diropargs *, CLIENT *);
extern "C" int * nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
extern diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
extern diropres * nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
extern int * nfsproc_remove_2(diropargs *, CLIENT *);
extern int * nfsproc_remove_2_svc(diropargs *, struct svc_req *);
extern int * nfsproc_rmdir_2(diropargs *, CLIENT *);
extern int * nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
diropargs nfsproc_lookup_2_arg;
diropargs nfsproc_remove_2_arg;
diropargs nfsproc_rmdir_2_arg;
xdr_diropargs(XDR *xdrs, diropargs *objp)