Lines Matching refs:timo
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,
205 struct timeval timo; in nlm_advlock_internal() local
231 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); 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()
324 &timo, retries, vp, F_SETLK, fl, 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()
567 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc() argument
570 return nlm4_test_4(args, res, client, ext, timo); in nlm_test_rpc()
581 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc()
598 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc() argument
601 return nlm4_lock_4(args, res, client, ext, timo); in nlm_lock_rpc()
615 stat = nlm_lock_1(&args1, &res1, client, ext, timo); in nlm_lock_rpc()
627 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc() argument
630 return nlm4_cancel_4(args, res, client, ext, timo); in nlm_cancel_rpc()
642 stat = nlm_cancel_1(&args1, &res1, client, ext, timo); in nlm_cancel_rpc()
654 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc() argument
657 return nlm4_unlock_4(args, res, client, ext, timo); in nlm_unlock_rpc()
667 stat = nlm_unlock_1(&args1, &res1, client, ext, timo); in nlm_unlock_rpc()
759 rpcvers_t vers, struct timeval *timo, int retries, in nlm_setlock() argument
801 stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo); in nlm_setlock()
877 &res, client, ext, *timo); in nlm_setlock()
957 rpcvers_t vers, struct timeval *timo, int retries, in nlm_clearlock() argument
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
1067 stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo); in nlm_getlock()