Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dconfigfs.c337 return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); in nvmet_ns_device_path_show()
343 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_device_path_store()
377 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_p2pmem_show()
385 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_p2pmem_store()
418 return sprintf(page, "%pUb\n", &to_nvmet_ns(item)->uuid); in nvmet_ns_device_uuid_show()
424 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_device_uuid_store()
446 return sprintf(page, "%pUb\n", &to_nvmet_ns(item)->nguid); in nvmet_ns_device_nguid_show()
452 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_device_nguid_store()
492 return sprintf(page, "%u\n", to_nvmet_ns(item)->anagrpid); in nvmet_ns_ana_grpid_show()
498 struct nvmet_ns *ns = to_nvmet_ns(item); in nvmet_ns_ana_grpid_store()
[all …]
Dnvmet.h88 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() function