NLM_UNLOCK_MSG - Unlock Message
-
-
struct nlm_unlockargs {
netobj cookie;
struct nlm_lock alock;
};
None. Results are returned asynchronously via the NLM_CANCEL_RES procedure.
-
-
void
NLM_UNLOCK_MSG(nlm_unlockargs) = 9;
This procedure is one of the asynchronous RPCs. It performs the same function as the NLM_UNLOCK procedure.
This routine will remove the lock specified by "alock".
The vaules of the following fields in the "alock" structure must match the corresponding "alock" fields in the call that created the lock (NLM_LOCK, NLM_NM_LOCK, or NLM_LOCK_MSG): caller_name, fh, oh, and uppid.
Contents | Next section | Index |