Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvdimm/
Dnamespace_devs.c39 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in namespace_blk_release()
89 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in is_uuid_busy()
178 nsblk = to_nd_namespace_blk(&ndns->dev); in nvdimm_namespace_disk_name()
201 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_dev_to_uuid()
229 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __alt_name_store()
364 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in nd_namespace_label_update()
406 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in alt_name_show()
866 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __size_store()
925 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in __size_store()
965 struct nd_namespace_blk *nsblk = to_nd_namespace_blk(dev); in size_store()
[all …]
Dblk.c308 nsblk = to_nd_namespace_blk(&ndns->dev); in nd_blk_probe()
311 blk_dev->nsblk = to_nd_namespace_blk(&ndns->dev); in nd_blk_probe()
/linux-4.4.14/include/linux/
Dnd.h105 static inline struct nd_namespace_blk *to_nd_namespace_blk(struct device *dev) in to_nd_namespace_blk() function