HomeSort by: relevance | last modified time | path
    Searched defs:nlm_async_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 217 struct nlm_async_lock { struct
218 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
228 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock);
571 struct nlm_async_lock *af = (struct nlm_async_lock *) arg;
628 nlm_free_async_lock(struct nlm_async_lock *af)
649 nlm_cancel_async_lock(struct nlm_async_lock *af)
691 struct nlm_async_lock *af;
768 struct nlm_async_lock *af;
2021 struct nlm_async_lock *af
    [all...]
nlm_prot_impl.c 217 struct nlm_async_lock { struct
218 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
228 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock);
571 struct nlm_async_lock *af = (struct nlm_async_lock *) arg;
628 nlm_free_async_lock(struct nlm_async_lock *af)
649 nlm_cancel_async_lock(struct nlm_async_lock *af)
691 struct nlm_async_lock *af;
768 struct nlm_async_lock *af;
2021 struct nlm_async_lock *af
    [all...]

Completed in 22 milliseconds