Home
last modified time | relevance | path

Searched refs:nsm_handles (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/lockd/
Dmon.c209 static struct nsm_handle *nsm_lookup_hostname(const struct list_head *nsm_handles, in nsm_lookup_hostname() argument
214 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_hostname()
221 static struct nsm_handle *nsm_lookup_addr(const struct list_head *nsm_handles, in nsm_lookup_addr() argument
226 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_addr()
232 static struct nsm_handle *nsm_lookup_priv(const struct list_head *nsm_handles, in nsm_lookup_priv() argument
237 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_priv()
337 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle()
340 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle()
354 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle()
386 cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv); in nsm_reboot_lookup()
Dnetns.h16 struct list_head nsm_handles; member
Dsvc.c688 INIT_LIST_HEAD(&ln->nsm_handles); in lockd_init_net()
699 WARN_ONCE(!list_empty(&ln->nsm_handles), in lockd_exit_net()