Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dclaim.c14 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns()
16 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()
31 struct nd_namespace_common **_ndns) in nd_detach_ndns()
33 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
44 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns()
45 struct nd_namespace_common **_ndns) in __nd_attach_ndns()
59 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle()
96 struct nd_namespace_common **_ndns) in nd_detach_and_reset()
118 struct nd_namespace_common **_ndns, const char *buf, in nd_namespace_store()
121 struct nd_namespace_common *ndn in nd_namespace_store()
[all...]
H A Dnd.h450 struct nd_namespace_common *ndns;
475 struct nd_namespace_common *ndns;
542 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
547 struct nd_namespace_common *ndns) in nd_btt_probe()
568 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
572 struct nd_namespace_common *ndns);
577 struct nd_namespace_common *ndns) in nd_pfn_probe()
600 int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns);
604 struct nd_namespace_common *ndns) in nd_dax_devinit()
612 struct nd_namespace_common *ndn in nd_dax_probe()
[all...]
H A Dnd-core.h134 resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
135 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
136 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
137 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
138 struct nd_namespace_common **_ndns);
140 struct nd_namespace_common **_ndns, const char *buf,
H A Dbtt_devs.c185 struct nd_namespace_common *ndns) in __nd_btt_create()
275 int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns, in nd_btt_version()
311 struct nd_namespace_common *ndns, struct btt_sb *btt_sb) in __nd_btt_probe()
335 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_btt_probe()
H A Dnamespace_devs.c93 struct nd_namespace_common *ndns = to_ndns(dev); in pmem_should_map_pages()
118 unsigned int pmem_sector_size(struct nd_namespace_common *ndns) in pmem_sector_size()
141 const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns, in nvdimm_namespace_disk_name()
753 struct nd_namespace_common *ndns = to_ndns(dev); in __size_store()
875 resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in __nvdimm_namespace_capacity()
892 resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in nvdimm_namespace_capacity()
904 bool nvdimm_namespace_locked(struct nd_namespace_common *ndns) in nvdimm_namespace_locked()
1240 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show()
1253 struct nd_namespace_common *ndns = to_ndns(dev); in __holder_class_store()
1298 struct nd_namespace_common *ndn in holder_class_show()
[all...]
H A Dbtt.h236 int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns,
H A Dpmem.c449 struct nd_namespace_common *ndns) in pmem_attach_disk()
599 struct nd_namespace_common *ndns; in nd_pmem_probe()
674 struct nd_namespace_common *ndns; in pmem_revalidate_poison()
H A Dbtt.c43 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes()
54 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes()
1499 struct nd_namespace_common *ndns = nd_btt->ndns; in btt_blk_init()
1641 int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns) in nvdimm_namespace_attach_btt()
H A Dlabel.c878 struct nd_namespace_common *ndns = &nspm->nsio.common; in __pmem_label_update()
H A Dbus.c958 struct nd_namespace_common *ndns = NULL; in nd_pmem_forget_poison_check()
/linux/include/linux/
H A Dnd.h90 * struct nd_namespace_common - core infrastructure of a namespace
97 struct nd_namespace_common { struct
102 int (*rw_bytes)(struct nd_namespace_common *, resource_size_t offset, argument
106 static inline struct nd_namespace_common *to_ndns(struct device *dev) in to_ndns()
108 return container_of(dev, struct nd_namespace_common, dev); in to_ndns()
120 struct nd_namespace_common common;
164 static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns, in nvdimm_read_bytes()
183 static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns, in nvdimm_write_bytes()
/linux/drivers/dax/
H A Dpmem.c19 struct nd_namespace_common *ndns; in __dax_pmem_probe()