|
@@ -282,6 +282,7 @@ void nvmet_ctrl_put(struct nvmet_ctrl *ctrl);
|
|
struct nvmet_subsys *nvmet_subsys_alloc(const char *subsysnqn,
|
|
struct nvmet_subsys *nvmet_subsys_alloc(const char *subsysnqn,
|
|
enum nvme_subsys_type type);
|
|
enum nvme_subsys_type type);
|
|
void nvmet_subsys_put(struct nvmet_subsys *subsys);
|
|
void nvmet_subsys_put(struct nvmet_subsys *subsys);
|
|
|
|
+void nvmet_subsys_del_ctrls(struct nvmet_subsys *subsys);
|
|
|
|
|
|
struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid);
|
|
struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid);
|
|
void nvmet_put_namespace(struct nvmet_ns *ns);
|
|
void nvmet_put_namespace(struct nvmet_ns *ns);
|