Searched refs:nvmet_subsys (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/nvme/target/ |
| D | nvmet.h | 72 struct nvmet_subsys *subsys; 169 struct nvmet_subsys *subsys; 214 struct nvmet_subsys { struct 259 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument 261 return container_of(to_config_group(item), struct nvmet_subsys, group); in to_subsys() 264 static inline struct nvmet_subsys *namespaces_to_subsys( in namespaces_to_subsys() 267 return container_of(to_config_group(item), struct nvmet_subsys, in namespaces_to_subsys() 292 struct nvmet_subsys *subsys; 453 struct nvmet_subsys *nvmet_subsys_alloc(const char *subsysnqn, 455 void nvmet_subsys_put(struct nvmet_subsys *subsys); [all …]
|
| D | configfs.c | 339 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_path_store() 420 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_uuid_store() 448 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_nguid_store() 630 struct nvmet_subsys *subsys = namespaces_to_subsys(&group->cg_item); in nvmet_ns_make() 672 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_show() 680 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_store() 713 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_show() 721 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_store() 746 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_admin_timeout_store() 765 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_io_timeout_store() [all …]
|
| D | core.c | 86 static struct nvmet_subsys *nvmet_find_get_subsys(struct nvmet_port *port, 117 static u32 nvmet_max_nsid(struct nvmet_subsys *subsys) in nvmet_max_nsid() 235 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_changed() 251 void nvmet_send_ana_event(struct nvmet_subsys *subsys, in nvmet_send_ana_event() 301 void nvmet_port_del_ctrls(struct nvmet_port *port, struct nvmet_subsys *subsys) in nvmet_port_del_ctrls() 549 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_enable() 615 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_disable() 666 struct nvmet_ns *nvmet_ns_alloc(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_alloc() 1219 struct nvmet_subsys *subsys; in nvmet_ctrl_find_get() 1272 bool nvmet_host_allowed(struct nvmet_subsys *subsys, const char *hostnqn) in nvmet_host_allowed() [all …]
|
| D | discovery.c | 11 struct nvmet_subsys *nvmet_disc_subsys; 29 struct nvmet_subsys *subsys) in nvmet_port_disc_changed() 51 struct nvmet_subsys *subsys, in __nvmet_subsys_disc_changed() 66 void nvmet_subsys_disc_changed(struct nvmet_subsys *subsys, in nvmet_subsys_disc_changed()
|
| D | passthru.c | 510 int nvmet_passthru_ctrl_enable(struct nvmet_subsys *subsys) in nvmet_passthru_ctrl_enable() 572 static void __nvmet_passthru_ctrl_disable(struct nvmet_subsys *subsys) in __nvmet_passthru_ctrl_disable() 583 void nvmet_passthru_ctrl_disable(struct nvmet_subsys *subsys) in nvmet_passthru_ctrl_disable() 590 void nvmet_passthru_subsys_free(struct nvmet_subsys *subsys) in nvmet_passthru_subsys_free()
|
| D | admin-cmd.c | 348 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_execute_identify_ctrl() 765 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_set_feat_write_protect() 824 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_execute_set_features() 868 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_get_feat_write_protect() 898 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_execute_get_features()
|