Lines Matching defs:ext

76 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
80 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
84 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
210 struct rpc_callextra ext;
255 memset(&ext, 0, sizeof(ext));
259 ext.rc_auth = auth;
261 ext.rc_feedback = nlm_feedback;
262 ext.rc_feedback_arg = &nf;
263 ext.rc_timers = NULL;
304 error = nlm_setlock(host, &ext, vers, &timo, retries,
309 error = nlm_clearlock(host, &ext, vers, &timo,
321 error = nlm_setlock(host, &ext, vers,
328 error = nlm_setlock(host, &ext, vers, &timo, retries,
351 error = nlm_clearlock(host, &ext, vers, &timo, retries,
364 error = nlm_getlock(host, &ext, vers, &timo, retries,
563 struct rpc_callextra *ext, struct timeval timo)
566 return nlm4_test_4(args, res, client, ext, timo);
577 stat = nlm_test_1(&args1, &res1, client, ext, timo);
594 struct rpc_callextra *ext, struct timeval timo)
597 return nlm4_lock_4(args, res, client, ext, timo);
611 stat = nlm_lock_1(&args1, &res1, client, ext, timo);
623 struct rpc_callextra *ext, struct timeval timo)
626 return nlm4_cancel_4(args, res, client, ext, timo);
638 stat = nlm_cancel_1(&args1, &res1, client, ext, timo);
650 struct rpc_callextra *ext, struct timeval timo)
653 return nlm4_unlock_4(args, res, client, ext, timo);
663 stat = nlm_unlock_1(&args1, &res1, client, ext, timo);
718 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
761 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo);
837 &res, client, ext, *timo);
917 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
947 stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo);
992 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
1028 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo);