Lines Matching defs:clnt

21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
23 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY,
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
32 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST,
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
41 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
50 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL,
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK,
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
68 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED,
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
77 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG,
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
86 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG,
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
95 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_MSG,
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
104 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG,
111 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
113 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED_MSG,
120 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
122 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_RES,
129 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
131 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_RES,
138 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
140 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_RES,
147 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
149 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_RES,
156 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
158 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED_RES,
165 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
167 return (CLNT_CALL_EXT(clnt, ext, NLM_SHARE,
174 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
176 return (CLNT_CALL_EXT(clnt, ext, NLM_UNSHARE,
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
185 return (CLNT_CALL_EXT(clnt, ext, NLM_NM_LOCK,
192 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
194 return (CLNT_CALL_EXT(clnt, ext, NLM_FREE_ALL,
201 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
203 return (CLNT_CALL_EXT(clnt, ext, NLM4_TEST,
210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
212 return (CLNT_CALL_EXT(clnt, ext, NLM4_LOCK,
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
221 return (CLNT_CALL_EXT(clnt, ext, NLM4_CANCEL,
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
230 return (CLNT_CALL_EXT(clnt, ext, NLM4_UNLOCK,
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
239 return (CLNT_CALL_EXT(clnt, ext, NLM4_GRANTED,
246 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
248 return (CLNT_CALL_EXT(clnt, ext, NLM4_TEST_MSG,
255 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
257 return (CLNT_CALL_EXT(clnt, ext, NLM4_LOCK_MSG,
264 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
266 return (CLNT_CALL_EXT(clnt, ext, NLM4_CANCEL_MSG,
273 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
275 return (CLNT_CALL_EXT(clnt, ext, NLM4_UNLOCK_MSG,
282 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
284 return (CLNT_CALL_EXT(clnt, ext, NLM4_GRANTED_MSG,
291 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
293 return (CLNT_CALL_EXT(clnt, ext, NLM4_TEST_RES,
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
302 return (CLNT_CALL_EXT(clnt, ext, NLM4_LOCK_RES,
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
311 return (CLNT_CALL_EXT(clnt, ext, NLM4_CANCEL_RES,
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
320 return (CLNT_CALL_EXT(clnt, ext, NLM4_UNLOCK_RES,
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
329 return (CLNT_CALL_EXT(clnt, ext, NLM4_GRANTED_RES,
336 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
338 return (CLNT_CALL_EXT(clnt, ext, NLM4_SHARE,
345 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
347 return (CLNT_CALL_EXT(clnt, ext, NLM4_UNSHARE,
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
356 return (CLNT_CALL_EXT(clnt, ext, NLM4_NM_LOCK,
363 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
365 return (CLNT_CALL_EXT(clnt, ext, NLM4_FREE_ALL,