Symbol: nvmet_host
drivers/nvme/target/auth.c
137
struct nvmet_host *host = NULL;
drivers/nvme/target/auth.c
22
int nvmet_auth_set_key(struct nvmet_host *host, const char *secret,
drivers/nvme/target/configfs.c
1137
struct nvmet_host *host;
drivers/nvme/target/configfs.c
1179
struct nvmet_host *host = to_host(target);
drivers/nvme/target/configfs.c
2138
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2171
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2188
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2197
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2212
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2221
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2250
struct nvmet_host *host = to_host(item);
drivers/nvme/target/configfs.c
2274
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
390
static inline struct nvmet_host *to_host(struct config_item *item)
drivers/nvme/target/nvmet.h
392
return container_of(to_config_group(item), struct nvmet_host, group);
drivers/nvme/target/nvmet.h
395
static inline char *nvmet_host_name(struct nvmet_host *host)
drivers/nvme/target/nvmet.h
402
struct nvmet_host *host;
drivers/nvme/target/nvmet.h
669
struct nvmet_host *host);
drivers/nvme/target/nvmet.h
911
int nvmet_auth_set_key(struct nvmet_host *host, const char *secret,
drivers/nvme/target/nvmet.h
913
int nvmet_auth_set_host_hash(struct nvmet_host *host, const char *hash);