Home
last modified time | relevance | path

Searched refs:to_subsys (Results 1 – 2 of 2) sorted by relevance

/drivers/nvme/target/
Dconfigfs.c439 subsys = to_subsys(target); in nvmet_port_subsys_allow_link()
473 struct nvmet_subsys *subsys = to_subsys(target); in nvmet_port_subsys_drop_link()
507 struct nvmet_subsys *subsys = to_subsys(parent->ci_parent); in nvmet_allowed_hosts_allow_link()
548 struct nvmet_subsys *subsys = to_subsys(parent->ci_parent); in nvmet_allowed_hosts_drop_link()
582 to_subsys(item)->allow_any_host); in nvmet_subsys_attr_allow_any_host_show()
588 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_allow_any_host_store()
620 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_release()
Dnvmet.h162 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() function