Searched refs:nlm_file_svid (Results 1 – 1 of 1) sorted by relevance
58 struct nlm_file_svid { struct64 LIST_ENTRY(nlm_file_svid) ns_link; argument66 LIST_HEAD(nlm_file_svid_list, nlm_file_svid);88 static struct nlm_file_svid *nlm_find_svid(void *id);89 static void nlm_free_svid(struct nlm_file_svid *nf);213 struct nlm_file_svid *ns; in nlm_advlock_internal()405 struct nlm_file_svid *ns; in nlm_set_creds_for_lock()1148 static struct nlm_file_svid *1151 struct nlm_file_svid *ns, *newns; in nlm_find_svid()1166 newns = malloc(sizeof(struct nlm_file_svid), M_NLM, in nlm_find_svid()[all …]