Symbol: nvmet_host
drivers/nvme/target/auth.c
147
struct nvmet_host *host = NULL;
drivers/nvme/target/auth.c
23
int nvmet_auth_set_key(struct nvmet_host *host, const char *secret,
drivers/nvme/target/configfs.c
1113
struct nvmet_host *host;
drivers/nvme/target/configfs.c
1155
struct nvmet_host *host = to_host(target);
drivers/nvme/target/configfs.c
2119
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2152
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2169
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2178
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2195
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2204
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2233
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2257
struct nvmet_host *host;
drivers/nvme/target/discovery.c
52
struct nvmet_host *host)
drivers/nvme/target/discovery.c
67
struct nvmet_host *host)
drivers/nvme/target/nvmet.h
389
static inline struct nvmet_host *to_host(struct config_item *item)
drivers/nvme/target/nvmet.h
391
return container_of(to_config_group(item), struct nvmet_host, group);
drivers/nvme/target/nvmet.h
394
static inline char *nvmet_host_name(struct nvmet_host *host)
drivers/nvme/target/nvmet.h
401
struct nvmet_host *host;
drivers/nvme/target/nvmet.h
666
struct nvmet_host *host);
drivers/nvme/target/nvmet.h
896
int nvmet_auth_set_key(struct nvmet_host *host, const char *secret,
drivers/nvme/target/nvmet.h
898
int nvmet_auth_set_host_hash(struct nvmet_host *host, const char *hash);