Searched refs:to_nd_namespace_blk (Results 1 – 3 of 3) sorted by relevance
44 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in namespace_blk_release()94 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in is_uuid_busy()213 nsblk = to_nd_namespace_blk(&ndns->dev); in nvdimm_namespace_disk_name()236 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_dev_to_uuid()264 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __alt_name_store()399 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_namespace_label_update()441 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in alt_name_show()996 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __size_store()1097 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in size_store()1125 return nd_namespace_blk_size(to_nd_namespace_blk(dev)); in __nvdimm_namespace_capacity()[all …]
216 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(&ndns->dev); in nsblk_rw_bytes()307 nsblk = to_nd_namespace_blk(&ndns->dev); in nd_blk_probe()
135 static inline struct nd_namespace_blk *to_nd_namespace_blk(const struct device *dev) in to_nd_namespace_blk() function