Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dauth.c147 pr_debug("check %s\n", nvmet_host_name(p->host)); in nvmet_setup_auth()
148 if (strcmp(nvmet_host_name(p->host), ctrl->hostnqn)) in nvmet_setup_auth()
H A Dconfigfs.c1161 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_allow_link()
1184 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_drop_link()
H A Ddiscovery.c58 if (host && strcmp(nvmet_host_name(host), ctrl->hostnqn)) in __nvmet_subsys_disc_changed()
H A Dnvmet.h395 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name() function
H A Dcore.c1545 if (!strcmp(nvmet_host_name(p->host), hostnqn)) in nvmet_host_allowed()