Home
last modified time | relevance | path

Searched refs:nvmet_host_name (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dauth.c142 pr_debug("check %s\n", nvmet_host_name(p->host)); in nvmet_setup_auth()
143 if (strcmp(nvmet_host_name(p->host), ctrl->hostnqn)) in nvmet_setup_auth()
Dconfigfs.c937 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_allow_link()
960 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_drop_link()
Ddiscovery.c58 if (host && strcmp(nvmet_host_name(host), ctrl->hostnqn)) in __nvmet_subsys_disc_changed()
Dnvmet.h308 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name() function
Dcore.c1307 if (!strcmp(nvmet_host_name(p->host), hostnqn)) in nvmet_host_allowed()