nlm_prot.h | 261 struct nlm4_shareres { struct 266 typedef struct nlm4_shareres nlm4_shareres; typedef in typeref:struct:nlm4_shareres 398 extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval); 399 extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *); 401 extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval); 402 extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *); 442 extern bool_t xdr_nlm4_shareres(XDR *, nlm4_shareres*);
|