NLM_CANCEL_RES - Cancel Lock Result
- struct nlm_res { netobj cookie; nlm_stat stat; };
None.
- void NLM_CANCEL_RES(nlm_res) = 13;
This procedure is one of the asynchronous RPCs. The server calls this procedure to return results of the NLM_CANCEL_MSG procedure to the client (the host issuing the NLM_CANCEL_MSG call).
"stat" will be set to one of the following values:
- LCK_GRANTED
- Indicates that the procedure completed successfully.
- LCK_DENIED
- Indicates that the procedure failed possibly because there was no lock to cancel.
- LCK_DENIED_GRACE_PERIOD
Indicates that the procedure failed because the server host has recently been rebooted and its NLM is re-establishing existing locks, and is not yet ready to accept normal service requests.
Contents | Next section | Index |