Searched refs:to_subsys (Results 1 – 2 of 2) sorted by relevance
674 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_show()682 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_store()715 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_show()723 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_store()778 subsys = to_subsys(target); in nvmet_port_subsys_allow_link()813 struct nvmet_subsys *subsys = to_subsys(target); in nvmet_port_subsys_drop_link()848 struct nvmet_subsys *subsys = to_subsys(parent->ci_parent); in nvmet_allowed_hosts_allow_link()890 struct nvmet_subsys *subsys = to_subsys(parent->ci_parent); in nvmet_allowed_hosts_drop_link()924 to_subsys(item)->allow_any_host); in nvmet_subsys_attr_allow_any_host_show()930 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_allow_any_host_store()[all …]
255 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() function