Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dnvmet.h228 struct nvmet_host { struct
232 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() argument
234 return container_of(to_config_group(item), struct nvmet_host, group); in to_host()
237 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name()
244 struct nvmet_host *host;
Dconfigfs.c650 struct nvmet_host *host; in nvmet_allowed_hosts_allow_link()
691 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link()
1190 struct nvmet_host *host = to_host(item); in nvmet_host_release()
1207 struct nvmet_host *host; in nvmet_hosts_make_group()