Searched refs:nvmet_host_allowed (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | discovery.c | 38 if (subsys && !nvmet_host_allowed(subsys, ctrl->hostnqn)) in nvmet_port_disc_changed() 151 if (!nvmet_host_allowed(p->subsys, ctrl->hostnqn)) in discovery_log_entries() 210 if (!nvmet_host_allowed(p->subsys, ctrl->hostnqn)) in nvmet_execute_disc_get_log_page()
|
H A D | nvmet.h | 519 bool nvmet_host_allowed(struct nvmet_subsys *subsys, const char *hostnqn);
|
H A D | core.c | 1250 bool nvmet_host_allowed(struct nvmet_subsys *subsys, const char *hostnqn) in nvmet_host_allowed() function 1330 if (!nvmet_host_allowed(subsys, hostnqn)) { in nvmet_alloc_ctrl()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | discovery.c | 38 if (subsys && !nvmet_host_allowed(subsys, ctrl->hostnqn)) in nvmet_port_disc_changed() 152 if (!nvmet_host_allowed(p->subsys, ctrl->hostnqn)) in discovery_log_entries() 217 if (!nvmet_host_allowed(p->subsys, ctrl->hostnqn)) in nvmet_execute_disc_get_log_page()
|
H A D | nvmet.h | 569 bool nvmet_host_allowed(struct nvmet_subsys *subsys, const char *hostnqn);
|
H A D | core.c | 1297 bool nvmet_host_allowed(struct nvmet_subsys *subsys, const char *hostnqn) in nvmet_host_allowed() function 1377 if (!nvmet_host_allowed(subsys, hostnqn)) { in nvmet_alloc_ctrl()
|
Completed in 8 milliseconds