Lines Matching refs:nvmet_subsys
71 struct nvmet_subsys *subsys;
153 struct nvmet_subsys *subsys;
189 struct nvmet_subsys { struct
216 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument
218 return container_of(to_config_group(item), struct nvmet_subsys, group); in to_subsys()
221 static inline struct nvmet_subsys *namespaces_to_subsys( in namespaces_to_subsys()
224 return container_of(to_config_group(item), struct nvmet_subsys, in namespaces_to_subsys()
249 struct nvmet_subsys *subsys;
357 struct nvmet_subsys *nvmet_subsys_alloc(const char *subsysnqn,
359 void nvmet_subsys_put(struct nvmet_subsys *subsys);
360 void nvmet_subsys_del_ctrls(struct nvmet_subsys *subsys);
366 struct nvmet_ns *nvmet_ns_alloc(struct nvmet_subsys *subsys, u32 nsid);
369 void nvmet_send_ana_event(struct nvmet_subsys *subsys,
418 extern struct nvmet_subsys *nvmet_disc_subsys;
426 bool nvmet_host_allowed(struct nvmet_req *req, struct nvmet_subsys *subsys,
435 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid);