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;
260 memset(&ext, 0, sizeof(ext));
264 ext.rc_auth = auth;
266 ext.rc_feedback = nlm_feedback;
267 ext.rc_feedback_arg = &nf;
268 ext.rc_timers = NULL;
309 error = nlm_setlock(host, &ext, vers, &timo, retries,
314 error = nlm_clearlock(host, &ext, vers, &timo,
326 error = nlm_setlock(host, &ext, vers,
333 error = nlm_setlock(host, &ext, vers, &timo, retries,
356 error = nlm_clearlock(host, &ext, vers, &timo, retries,
369 error = nlm_getlock(host, &ext, vers, &timo, retries,
570 struct rpc_callextra *ext, struct timeval timo)
573 return nlm4_test_4(args, res, client, ext, timo);
584 stat = nlm_test_1(&args1, &res1, client, ext, timo);
601 struct rpc_callextra *ext, struct timeval timo)
604 return nlm4_lock_4(args, res, client, ext, timo);
618 stat = nlm_lock_1(&args1, &res1, client, ext, timo);
630 struct rpc_callextra *ext, struct timeval timo)
633 return nlm4_cancel_4(args, res, client, ext, timo);
645 stat = nlm_cancel_1(&args1, &res1, client, ext, timo);
657 struct rpc_callextra *ext, struct timeval timo)
660 return nlm4_unlock_4(args, res, client, ext, timo);
670 stat = nlm_unlock_1(&args1, &res1, client, ext, timo);
761 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
804 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo);
880 &res, client, ext, *timo);
960 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
990 stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo);
1035 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
1071 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo);