nd_namespace_common   20 drivers/dax/pmem/core.c 	struct nd_namespace_common *ndns;
nd_namespace_common  204 drivers/nvdimm/blk.c static int nsblk_rw_bytes(struct nd_namespace_common *ndns,
nd_namespace_common  292 drivers/nvdimm/blk.c 	struct nd_namespace_common *ndns;
nd_namespace_common   41 drivers/nvdimm/btt.c 	struct nd_namespace_common *ndns = nd_btt->ndns;
nd_namespace_common   52 drivers/nvdimm/btt.c 	struct nd_namespace_common *ndns = nd_btt->ndns;
nd_namespace_common 1521 drivers/nvdimm/btt.c 	struct nd_namespace_common *ndns = nd_btt->ndns;
nd_namespace_common 1671 drivers/nvdimm/btt.c int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns)
nd_namespace_common  237 drivers/nvdimm/btt.h int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns,
nd_namespace_common  183 drivers/nvdimm/btt_devs.c 		struct nd_namespace_common *ndns)
nd_namespace_common  271 drivers/nvdimm/btt_devs.c int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns,
nd_namespace_common  307 drivers/nvdimm/btt_devs.c 		struct nd_namespace_common *ndns, struct btt_sb *btt_sb)
nd_namespace_common  331 drivers/nvdimm/btt_devs.c int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns)
nd_namespace_common  910 drivers/nvdimm/bus.c 	struct nd_namespace_common *ndns = NULL;
nd_namespace_common   13 drivers/nvdimm/claim.c void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns)
nd_namespace_common   15 drivers/nvdimm/claim.c 	struct nd_namespace_common *ndns = *_ndns;
nd_namespace_common   30 drivers/nvdimm/claim.c 		struct nd_namespace_common **_ndns)
nd_namespace_common   32 drivers/nvdimm/claim.c 	struct nd_namespace_common *ndns = *_ndns;
nd_namespace_common   43 drivers/nvdimm/claim.c bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
nd_namespace_common   44 drivers/nvdimm/claim.c 		struct nd_namespace_common **_ndns)
nd_namespace_common   58 drivers/nvdimm/claim.c bool nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
nd_namespace_common   59 drivers/nvdimm/claim.c 		struct nd_namespace_common **_ndns)
nd_namespace_common   76 drivers/nvdimm/claim.c static bool is_idle(struct device *dev, struct nd_namespace_common *ndns)
nd_namespace_common  113 drivers/nvdimm/claim.c 		struct nd_namespace_common **_ndns)
nd_namespace_common  135 drivers/nvdimm/claim.c 		struct nd_namespace_common **_ndns, const char *buf,
nd_namespace_common  138 drivers/nvdimm/claim.c 	struct nd_namespace_common *ndns;
nd_namespace_common  251 drivers/nvdimm/claim.c static int nsio_rw_bytes(struct nd_namespace_common *ndns,
nd_namespace_common  306 drivers/nvdimm/claim.c 	struct nd_namespace_common *ndns = &nsio->common;
nd_namespace_common   94 drivers/nvdimm/dax_devs.c int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns)
nd_namespace_common  763 drivers/nvdimm/label.c 	struct nd_namespace_common *ndns = &nspm->nsio.common;
nd_namespace_common  903 drivers/nvdimm/label.c 	struct nd_namespace_common *ndns = &nsblk->common;
nd_namespace_common  133 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common  158 drivers/nvdimm/namespace_devs.c unsigned int pmem_sector_size(struct nd_namespace_common *ndns)
nd_namespace_common  181 drivers/nvdimm/namespace_devs.c const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns,
nd_namespace_common  974 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common 1111 drivers/nvdimm/namespace_devs.c resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns)
nd_namespace_common 1130 drivers/nvdimm/namespace_devs.c resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns)
nd_namespace_common 1142 drivers/nvdimm/namespace_devs.c bool nvdimm_namespace_locked(struct nd_namespace_common *ndns)
nd_namespace_common 1502 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common 1515 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common 1560 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common 1584 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = to_ndns(dev);
nd_namespace_common 1683 drivers/nvdimm/namespace_devs.c struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev)
nd_namespace_common 1688 drivers/nvdimm/namespace_devs.c 	struct nd_namespace_common *ndns = NULL;
nd_namespace_common  161 drivers/nvdimm/nd-core.h resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
nd_namespace_common  162 drivers/nvdimm/nd-core.h void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
nd_namespace_common  163 drivers/nvdimm/nd-core.h void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
nd_namespace_common  164 drivers/nvdimm/nd-core.h bool nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
nd_namespace_common  165 drivers/nvdimm/nd-core.h 		struct nd_namespace_common **_ndns);
nd_namespace_common  166 drivers/nvdimm/nd-core.h bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
nd_namespace_common  167 drivers/nvdimm/nd-core.h 		struct nd_namespace_common **_ndns);
nd_namespace_common  169 drivers/nvdimm/nd-core.h 		struct nd_namespace_common **_ndns, const char *buf,
nd_namespace_common  183 drivers/nvdimm/nd.h 	struct nd_namespace_common *ndns;
nd_namespace_common  208 drivers/nvdimm/nd.h 	struct nd_namespace_common *ndns;
nd_namespace_common  268 drivers/nvdimm/nd.h int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
nd_namespace_common  273 drivers/nvdimm/nd.h 		struct nd_namespace_common *ndns)
nd_namespace_common  294 drivers/nvdimm/nd.h int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
nd_namespace_common  298 drivers/nvdimm/nd.h 		struct nd_namespace_common *ndns);
nd_namespace_common  303 drivers/nvdimm/nd.h 		struct nd_namespace_common *ndns)
nd_namespace_common  326 drivers/nvdimm/nd.h int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns);
nd_namespace_common  331 drivers/nvdimm/nd.h 		struct nd_namespace_common *ndns)
nd_namespace_common  363 drivers/nvdimm/nd.h resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
nd_namespace_common  364 drivers/nvdimm/nd.h bool nvdimm_namespace_locked(struct nd_namespace_common *ndns);
nd_namespace_common  365 drivers/nvdimm/nd.h struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev);
nd_namespace_common  366 drivers/nvdimm/nd.h int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns);
nd_namespace_common  368 drivers/nvdimm/nd.h const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns,
nd_namespace_common  370 drivers/nvdimm/nd.h unsigned int pmem_sector_size(struct nd_namespace_common *ndns);
nd_namespace_common  218 drivers/nvdimm/pfn_devs.c 		struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  244 drivers/nvdimm/pfn_devs.c 		struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  303 drivers/nvdimm/pfn_devs.c 		struct nd_namespace_common *ndns)
nd_namespace_common  371 drivers/nvdimm/pfn_devs.c 	struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  452 drivers/nvdimm/pfn_devs.c 	struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  598 drivers/nvdimm/pfn_devs.c int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns)
nd_namespace_common  672 drivers/nvdimm/pfn_devs.c 	struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  709 drivers/nvdimm/pfn_devs.c 	struct nd_namespace_common *ndns = nd_pfn->ndns;
nd_namespace_common  353 drivers/nvdimm/pmem.c 		struct nd_namespace_common *ndns)
nd_namespace_common  494 drivers/nvdimm/pmem.c 	struct nd_namespace_common *ndns;
nd_namespace_common  566 drivers/nvdimm/pmem.c 	struct nd_namespace_common *ndns;
nd_namespace_common   53 include/linux/nd.h 	int (*rw_bytes)(struct nd_namespace_common *, resource_size_t offset,
nd_namespace_common   57 include/linux/nd.h static inline struct nd_namespace_common *to_ndns(struct device *dev)
nd_namespace_common   59 include/linux/nd.h 	return container_of(dev, struct nd_namespace_common, dev);
nd_namespace_common   71 include/linux/nd.h 	struct nd_namespace_common common;
nd_namespace_common  105 include/linux/nd.h 	struct nd_namespace_common common;
nd_namespace_common  141 include/linux/nd.h static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns,
nd_namespace_common  160 include/linux/nd.h static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns,