Searched refs:nsm_handles (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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() 335 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle() 338 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle() 352 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle() 384 cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv); in nsm_reboot_lookup()
|
D | netns.h | 16 struct list_head nsm_handles; member
|
D | svc.c | 610 INIT_LIST_HEAD(&ln->nsm_handles); in lockd_init_net() 621 WARN_ONCE(!list_empty(&ln->nsm_handles), in lockd_exit_net()
|