Home
last modified time | relevance | path

Searched refs:to_nd_namespace_blk (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/nvdimm/
Dnamespace_devs.c37 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in namespace_blk_release()
61 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in is_uuid_busy()
184 nsblk = to_nd_namespace_blk(&ndns->dev); in nvdimm_namespace_disk_name()
207 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_dev_to_uuid()
235 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __alt_name_store()
369 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_namespace_label_update()
411 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in alt_name_show()
971 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __size_store()
1072 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in size_store()
1100 return nd_namespace_blk_size(to_nd_namespace_blk(dev)); in __nvdimm_namespace_capacity()
[all …]
Dblk.c209 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(&ndns->dev); in nsblk_rw_bytes()
299 nsblk = to_nd_namespace_blk(&ndns->dev); in nd_blk_probe()
/Linux-v5.10/include/linux/
Dnd.h127 static inline struct nd_namespace_blk *to_nd_namespace_blk(const struct device *dev) in to_nd_namespace_blk() function