| nlm_prot.h | 254 struct nlm4_shareargs {  struct 259 typedef struct nlm4_shareargs nlm4_shareargs;  typedef in typeref:struct:nlm4_shareargs
 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 *);
 441 extern  bool_t xdr_nlm4_shareargs(XDR *, nlm4_shareargs*);
 
 |