createargs
nfsproc_create_2_svc(createargs *argp, struct svc_req *rqstp)
nfsproc_mkdir_2_svc(createargs *argp, struct svc_req *rqstp)
typedef struct createargs createargs;
extern "C" bool_t xdr_createargs(XDR *, createargs *);
extern bool_t xdr_createargs(XDR *, createargs *);
extern "C" diropres * nfsproc_create_2(createargs *, CLIENT *);
extern "C" diropres * nfsproc_create_2_svc(createargs *, struct svc_req *);
extern "C" diropres * nfsproc_mkdir_2(createargs *, CLIENT *);
extern "C" diropres * nfsproc_mkdir_2_svc(createargs *, struct svc_req *);
extern diropres * nfsproc_create_2(createargs *, CLIENT *);
extern diropres * nfsproc_create_2_svc(createargs *, struct svc_req *);
extern diropres * nfsproc_mkdir_2(createargs *, CLIENT *);
extern diropres * nfsproc_mkdir_2_svc(createargs *, struct svc_req *);
createargs nfsproc_create_2_arg;
createargs nfsproc_mkdir_2_arg;
xdr_createargs(XDR *xdrs, createargs *objp)