Searched refs:nsm_handles (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/lockd/ |
D | mon.c | 210 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, &info->priv); in nsm_reboot_lookup()
|
D | netns.h | 17 struct list_head nsm_handles; member
|
D | svc.c | 554 INIT_LIST_HEAD(&ln->nsm_handles); in lockd_init_net() 565 WARN_ONCE(!list_empty(&ln->nsm_handles), in lockd_exit_net()
|