Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvdimm/
Dnamespace_devs.c36 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in namespace_blk_release()
86 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in is_uuid_busy()
209 nsblk = to_nd_namespace_blk(&ndns->dev); in nvdimm_namespace_disk_name()
232 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_dev_to_uuid()
260 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __alt_name_store()
394 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_namespace_label_update()
436 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in alt_name_show()
991 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __size_store()
1092 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in size_store()
1120 return nd_namespace_blk_size(to_nd_namespace_blk(dev)); in __nvdimm_namespace_capacity()
[all …]
Dblk.c208 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.4/include/linux/
Dnd.h127 static inline struct nd_namespace_blk *to_nd_namespace_blk(const struct device *dev) in to_nd_namespace_blk() function