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

  /src/sys/fs/nfs/nlm/
nlm_advlock.c 61 struct nlm_file_svid { struct
67 LIST_ENTRY(nlm_file_svid) ns_link;
69 LIST_HEAD(nlm_file_svid_list, nlm_file_svid);
91 static struct nlm_file_svid *nlm_find_svid(void *id);
92 static void nlm_free_svid(struct nlm_file_svid *nf);
216 struct nlm_file_svid *ns;
407 struct nlm_file_svid *ns;
416 * locked in the nlm_file_svid structure.
1151 static struct nlm_file_svid *
1154 struct nlm_file_svid *ns, *newns
    [all...]

Completed in 11 milliseconds