Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dnvmet.h174 struct nvmet_host { struct
178 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() argument
180 return container_of(to_config_group(item), struct nvmet_host, group); in to_host()
183 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name()
190 struct nvmet_host *host;
Dconfigfs.c508 struct nvmet_host *host; in nvmet_allowed_hosts_allow_link()
549 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link()
831 struct nvmet_host *host = to_host(item); in nvmet_host_release()
848 struct nvmet_host *host; in nvmet_hosts_make_group()