Home | History | Annotate | Download | only in nlm

Lines Matching refs:vers

79     rpcvers_t vers, struct timeval *timo, int retries,
83 rpcvers_t vers, struct timeval *timo, int retries,
87 rpcvers_t vers, struct timeval *timo, int retries,
94 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
210 rpcvers_t vers;
236 vers = NLM_VERS4;
238 vers = NLM_VERS;
257 host = nlm_find_host_by_name(servername, sa, vers);
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,
568 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
571 if (vers == NLM_VERS4) {
599 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
602 if (vers == NLM_VERS4) {
628 vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
631 if (vers == NLM_VERS4) {
655 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
658 if (vers == NLM_VERS4) {
761 rpcvers_t vers, struct timeval *timo, int retries,
781 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size,
803 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo);
878 stat = nlm_cancel_rpc(vers, &cancel,
960 rpcvers_t vers, struct timeval *timo, int retries,
975 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size,
989 stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo);
1035 rpcvers_t vers, struct timeval *timo, int retries,
1055 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size,
1070 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo);
1224 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
1251 if (vers == NLM_VERS) {