Home
last modified time | relevance | path

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

/include/linux/
Dnd.h70 struct nd_namespace_io { struct
87 struct nd_namespace_io nsio; argument
115 static inline struct nd_namespace_io *to_nd_namespace_io(const struct device *dev) in to_nd_namespace_io()
117 return container_of(dev, struct nd_namespace_io, common.dev); in to_nd_namespace_io()
122 struct nd_namespace_io *nsio = to_nd_namespace_io(dev); in to_nd_namespace_pmem()