Lines Matching defs:ext

78 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
82 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
86 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
212 struct rpc_callextra ext;
259 memset(&ext, 0, sizeof(ext));
263 ext.rc_auth = auth;
265 ext.rc_feedback = nlm_feedback;
266 ext.rc_feedback_arg = &nf;
267 ext.rc_timers = NULL;
308 error = nlm_setlock(host, &ext, vers, &timo, retries,
313 error = nlm_clearlock(host, &ext, vers, &timo,
325 error = nlm_setlock(host, &ext, vers,
332 error = nlm_setlock(host, &ext, vers, &timo, retries,
355 error = nlm_clearlock(host, &ext, vers, &timo, retries,
368 error = nlm_getlock(host, &ext, vers, &timo, retries,
569 struct rpc_callextra *ext, struct timeval timo)
572 return nlm4_test_4(args, res, client, ext, timo);
583 stat = nlm_test_1(&args1, &res1, client, ext, timo);
600 struct rpc_callextra *ext, struct timeval timo)
603 return nlm4_lock_4(args, res, client, ext, timo);
617 stat = nlm_lock_1(&args1, &res1, client, ext, timo);
629 struct rpc_callextra *ext, struct timeval timo)
632 return nlm4_cancel_4(args, res, client, ext, timo);
644 stat = nlm_cancel_1(&args1, &res1, client, ext, timo);
656 struct rpc_callextra *ext, struct timeval timo)
659 return nlm4_unlock_4(args, res, client, ext, timo);
669 stat = nlm_unlock_1(&args1, &res1, client, ext, timo);
760 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
803 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo);
879 &res, client, ext, *timo);
959 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
989 stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo);
1034 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
1070 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo);