Searched refs:nvmet_host_name (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | auth.c | 142 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()
|
H A D | configfs.c | 940 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_allow_link() 963 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_drop_link()
|
H A D | discovery.c | 58 if (host && strcmp(nvmet_host_name(host), ctrl->hostnqn)) in __nvmet_subsys_disc_changed()
|
H A D | nvmet.h | 311 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name() function
|
H A D | core.c | 1310 if (!strcmp(nvmet_host_name(p->host), hostnqn)) in nvmet_host_allowed()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | configfs.c | 873 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_allow_link() 896 if (!strcmp(nvmet_host_name(p->host), nvmet_host_name(host))) in nvmet_allowed_hosts_drop_link()
|
H A D | discovery.c | 58 if (host && strcmp(nvmet_host_name(host), ctrl->hostnqn)) in __nvmet_subsys_disc_changed()
|
H A D | nvmet.h | 275 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name() function
|
H A D | core.c | 1263 if (!strcmp(nvmet_host_name(p->host), hostnqn)) in nvmet_host_allowed()
|
Completed in 15 milliseconds