Home
last modified time | relevance | path

Searched refs:nd_namespace_pmem (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/nvdimm/
H A Dnamespace_devs.c26 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in namespace_pmem_release()
44 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in is_uuid_busy()
121 struct nd_namespace_pmem *nspm; in pmem_sector_size()
154 struct nd_namespace_pmem *nspm; in nvdimm_namespace_disk_name()
177 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in nd_dev_to_uuid()
201 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in __alt_name_store()
248 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in nd_namespace_label_update()
284 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in alt_name_show()
697 struct nd_namespace_pmem *nspm, resource_size_t size) in nd_namespace_pmem_set_resource()
763 struct nd_namespace_pmem *nspm = to_nd_namespace_pmem(dev); in __size_store()
[all …]
H A Dlabel.h223 struct nd_namespace_pmem;
225 struct nd_namespace_pmem *nspm, resource_size_t size);
H A Dlabel.c875 struct nd_mapping *nd_mapping, struct nd_namespace_pmem *nspm, in __pmem_label_update()
1058 struct nd_namespace_pmem *nspm, resource_size_t size) in nd_pmem_namespace_label_update()
/linux/include/linux/
H A Dnd.h135 struct nd_namespace_pmem { struct
148 static inline struct nd_namespace_pmem *to_nd_namespace_pmem(const struct device *dev) in to_nd_namespace_pmem() argument
152 return container_of(nsio, struct nd_namespace_pmem, nsio); in to_nd_namespace_pmem()