Home
last modified time | relevance | path

Searched refs:nsm_handles (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/lockd/
H A Dmon.c210 static struct nsm_handle *nsm_lookup_hostname(const struct list_head *nsm_handles, in nsm_lookup_hostname() argument
215 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_hostname()
222 static struct nsm_handle *nsm_lookup_addr(const struct list_head *nsm_handles, in nsm_lookup_addr() argument
227 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_addr()
233 static struct nsm_handle *nsm_lookup_priv(const struct list_head *nsm_handles, in nsm_lookup_priv() argument
238 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_priv()
338 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle()
341 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle()
355 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle()
387 cached = nsm_lookup_priv(&ln->nsm_handles, in nsm_reboot_lookup()
[all...]
H A Dnetns.h16 struct list_head nsm_handles; member
H A Dsvc.c694 INIT_LIST_HEAD(&ln->nsm_handles); in lockd_init_net()
705 WARN_ONCE(!list_empty(&ln->nsm_handles), in lockd_exit_net()
706 "net %x %s: nsm_handles list is not empty\n", in lockd_exit_net()
/kernel/linux/linux-6.6/fs/lockd/
H A Dmon.c210 static struct nsm_handle *nsm_lookup_hostname(const struct list_head *nsm_handles, in nsm_lookup_hostname() argument
215 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_hostname()
222 static struct nsm_handle *nsm_lookup_addr(const struct list_head *nsm_handles, in nsm_lookup_addr() argument
227 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_addr()
233 static struct nsm_handle *nsm_lookup_priv(const struct list_head *nsm_handles, in nsm_lookup_priv() argument
238 list_for_each_entry(nsm, nsm_handles, sm_link) in nsm_lookup_priv()
338 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle()
341 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle()
355 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle()
387 cached = nsm_lookup_priv(&ln->nsm_handles, in nsm_reboot_lookup()
[all...]
H A Dnetns.h17 struct list_head nsm_handles; member
H A Dsvc.c559 INIT_LIST_HEAD(&ln->nsm_handles); in lockd_init_net()
570 WARN_ONCE(!list_empty(&ln->nsm_handles), in lockd_exit_net()
571 "net %x %s: nsm_handles list is not empty\n", in lockd_exit_net()

Completed in 4 milliseconds