Lines Matching refs:vers

76     rpcvers_t vers, struct timeval *timo, int retries,
80 rpcvers_t vers, struct timeval *timo, int retries,
84 rpcvers_t vers, struct timeval *timo, int retries,
91 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
207 rpcvers_t vers; in nlm_advlock_internal() local
234 vers = NLM_VERS4; in nlm_advlock_internal()
236 vers = NLM_VERS; in nlm_advlock_internal()
255 host = nlm_find_host_by_name(servername, sa, vers); in nlm_advlock_internal()
306 error = nlm_setlock(host, &ext, vers, &timo, retries, in nlm_advlock_internal()
311 error = nlm_clearlock(host, &ext, vers, &timo, in nlm_advlock_internal()
323 error = nlm_setlock(host, &ext, vers, in nlm_advlock_internal()
330 error = nlm_setlock(host, &ext, vers, &timo, retries, in nlm_advlock_internal()
353 error = nlm_clearlock(host, &ext, vers, &timo, retries, in nlm_advlock_internal()
366 error = nlm_getlock(host, &ext, vers, &timo, retries, in nlm_advlock_internal()
566 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, in nlm_test_rpc() argument
569 if (vers == NLM_VERS4) { in nlm_test_rpc()
597 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client, in nlm_lock_rpc() argument
600 if (vers == NLM_VERS4) { in nlm_lock_rpc()
626 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client, in nlm_cancel_rpc() argument
629 if (vers == NLM_VERS4) { in nlm_cancel_rpc()
653 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, in nlm_unlock_rpc() argument
656 if (vers == NLM_VERS4) { in nlm_unlock_rpc()
759 rpcvers_t vers, struct timeval *timo, int retries, in nlm_setlock() argument
779 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size, in nlm_setlock()
801 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo); in nlm_setlock()
876 stat = nlm_cancel_rpc(vers, &cancel, in nlm_setlock()
957 rpcvers_t vers, struct timeval *timo, int retries, in nlm_clearlock() argument
972 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size, in nlm_clearlock()
986 stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo); in nlm_clearlock()
1032 rpcvers_t vers, struct timeval *timo, int retries, in nlm_getlock() argument
1052 error = nlm_init_lock(fl, flags, svid, vers, fhlen, fh, size, in nlm_getlock()
1067 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo); in nlm_getlock()
1221 rpcvers_t vers, size_t fhlen, void *fh, off_t size, in nlm_init_lock() argument
1248 if (vers == NLM_VERS) { in nlm_init_lock()