Symbol: nd_namespace_common
drivers/dax/pmem.c
19
struct nd_namespace_common *ndns;
drivers/nvdimm/btt.c
1502
struct nd_namespace_common *ndns = nd_btt->ndns;
drivers/nvdimm/btt.c
1647
int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns)
drivers/nvdimm/btt.c
43
struct nd_namespace_common *ndns = nd_btt->ndns;
drivers/nvdimm/btt.c
54
struct nd_namespace_common *ndns = nd_btt->ndns;
drivers/nvdimm/btt.h
236
int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns,
drivers/nvdimm/btt_devs.c
178
struct nd_namespace_common *ndns)
drivers/nvdimm/btt_devs.c
268
int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns,
drivers/nvdimm/btt_devs.c
304
struct nd_namespace_common *ndns, struct btt_sb *btt_sb)
drivers/nvdimm/btt_devs.c
328
int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns)
drivers/nvdimm/bus.c
956
struct nd_namespace_common *ndns = NULL;
drivers/nvdimm/claim.c
117
struct nd_namespace_common **_ndns, const char *buf,
drivers/nvdimm/claim.c
120
struct nd_namespace_common *ndns;
drivers/nvdimm/claim.c
14
void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns)
drivers/nvdimm/claim.c
16
struct nd_namespace_common *ndns = *_ndns;
drivers/nvdimm/claim.c
233
static int nsio_rw_bytes(struct nd_namespace_common *ndns,
drivers/nvdimm/claim.c
288
struct nd_namespace_common *ndns = &nsio->common;
drivers/nvdimm/claim.c
31
struct nd_namespace_common **_ndns)
drivers/nvdimm/claim.c
33
struct nd_namespace_common *ndns = *_ndns;
drivers/nvdimm/claim.c
43
bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
drivers/nvdimm/claim.c
44
struct nd_namespace_common **_ndns)
drivers/nvdimm/claim.c
58
static bool is_idle(struct device *dev, struct nd_namespace_common *ndns)
drivers/nvdimm/claim.c
95
struct nd_namespace_common **_ndns)
drivers/nvdimm/dax_devs.c
87
int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns)
drivers/nvdimm/label.c
878
struct nd_namespace_common *ndns = &nspm->nsio.common;
drivers/nvdimm/namespace_devs.c
118
unsigned int pmem_sector_size(struct nd_namespace_common *ndns)
drivers/nvdimm/namespace_devs.c
1236
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/namespace_devs.c
1249
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/namespace_devs.c
1292
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/namespace_devs.c
1316
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/namespace_devs.c
141
const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns,
drivers/nvdimm/namespace_devs.c
1431
struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev)
drivers/nvdimm/namespace_devs.c
1436
struct nd_namespace_common *ndns = NULL;
drivers/nvdimm/namespace_devs.c
1514
int devm_namespace_enable(struct device *dev, struct nd_namespace_common *ndns,
drivers/nvdimm/namespace_devs.c
1521
void devm_namespace_disable(struct device *dev, struct nd_namespace_common *ndns)
drivers/nvdimm/namespace_devs.c
751
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/namespace_devs.c
870
resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns)
drivers/nvdimm/namespace_devs.c
887
resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns)
drivers/nvdimm/namespace_devs.c
894
bool nvdimm_namespace_locked(struct nd_namespace_common *ndns)
drivers/nvdimm/namespace_devs.c
93
struct nd_namespace_common *ndns = to_ndns(dev);
drivers/nvdimm/nd-core.h
134
resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
drivers/nvdimm/nd-core.h
135
void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
drivers/nvdimm/nd-core.h
136
void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
drivers/nvdimm/nd-core.h
137
bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
drivers/nvdimm/nd-core.h
138
struct nd_namespace_common **_ndns);
drivers/nvdimm/nd-core.h
140
struct nd_namespace_common **_ndns, const char *buf,
drivers/nvdimm/nd.h
449
struct nd_namespace_common *ndns;
drivers/nvdimm/nd.h
474
struct nd_namespace_common *ndns;
drivers/nvdimm/nd.h
541
int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
546
struct nd_namespace_common *ndns)
drivers/nvdimm/nd.h
567
int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
571
struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
576
struct nd_namespace_common *ndns)
drivers/nvdimm/nd.h
599
int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
603
struct nd_namespace_common *ndns)
drivers/nvdimm/nd.h
611
struct nd_namespace_common *ndns)
drivers/nvdimm/nd.h
649
resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
650
bool nvdimm_namespace_locked(struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
651
struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev);
drivers/nvdimm/nd.h
652
int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
654
const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns,
drivers/nvdimm/nd.h
656
unsigned int pmem_sector_size(struct nd_namespace_common *ndns);
drivers/nvdimm/nd.h
660
int devm_namespace_enable(struct device *dev, struct nd_namespace_common *ndns,
drivers/nvdimm/nd.h
663
struct nd_namespace_common *ndns);
drivers/nvdimm/pfn_devs.c
197
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pfn_devs.c
223
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pfn_devs.c
288
struct nd_namespace_common *ndns)
drivers/nvdimm/pfn_devs.c
356
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pfn_devs.c
449
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pfn_devs.c
612
int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns)
drivers/nvdimm/pfn_devs.c
681
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pfn_devs.c
719
struct nd_namespace_common *ndns = nd_pfn->ndns;
drivers/nvdimm/pmem.c
449
struct nd_namespace_common *ndns)
drivers/nvdimm/pmem.c
599
struct nd_namespace_common *ndns;
drivers/nvdimm/pmem.c
674
struct nd_namespace_common *ndns;
include/linux/nd.h
102
int (*rw_bytes)(struct nd_namespace_common *, resource_size_t offset,
include/linux/nd.h
106
static inline struct nd_namespace_common *to_ndns(struct device *dev)
include/linux/nd.h
108
return container_of(dev, struct nd_namespace_common, dev);
include/linux/nd.h
120
struct nd_namespace_common common;
include/linux/nd.h
164
static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns,
include/linux/nd.h
183
static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns,