Searched refs:to_nvmet_ns (Results 1 – 2 of 2) sorted by relevance
262 return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); in nvmet_ns_device_path_show()268 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_device_path_store()296 return sprintf(page, "%pUb\n", &to_nvmet_ns(item)->nguid); in nvmet_ns_device_nguid_show()302 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_device_nguid_store()342 return sprintf(page, "%d\n", to_nvmet_ns(item)->enabled); in nvmet_ns_enable_show()348 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_enable_store()374 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_release()
60 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() function