Searched defs:ndns (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/nvdimm/ |
D | claim.c | 23 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns() local 40 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns() local 84 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle() 146 struct nd_namespace_common *ndns; in nd_namespace_store() local 259 static int nsio_rw_bytes(struct nd_namespace_common *ndns, in nsio_rw_bytes() 312 struct nd_namespace_common *ndns = &nsio->common; in devm_nsio_enable() local
|
D | pfn_devs.c | 223 struct nd_namespace_common *ndns = nd_pfn->ndns; in resource_show() local 249 struct nd_namespace_common *ndns = nd_pfn->ndns; in size_show() local 305 struct nd_namespace_common *ndns) in nd_pfn_devinit() 371 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_validate() local 484 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_pfn_probe() 552 struct nd_namespace_common *ndns = nd_pfn->ndns; in __nvdimm_setup_pfn() local 596 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_init() local
|
D | btt_devs.c | 183 struct nd_namespace_common *ndns) in __nd_btt_create() 263 int nd_btt_version(struct nd_btt *nd_btt, struct nd_namespace_common *ndns, in nd_btt_version() 299 struct nd_namespace_common *ndns, struct btt_sb *btt_sb) in __nd_btt_probe() 323 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_btt_probe()
|
D | namespace_devs.c | 162 unsigned int pmem_sector_size(struct nd_namespace_common *ndns) in pmem_sector_size() 185 const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns, in nvdimm_namespace_disk_name() 979 struct nd_namespace_common *ndns = to_ndns(dev); in __size_store() local 1116 resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in __nvdimm_namespace_capacity() 1135 resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in nvdimm_namespace_capacity() 1147 bool nvdimm_namespace_locked(struct nd_namespace_common *ndns) in nvdimm_namespace_locked() 1492 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show() local 1505 struct nd_namespace_common *ndns = to_ndns(dev); in __holder_class_store() local 1550 struct nd_namespace_common *ndns = to_ndns(dev); in holder_class_show() local 1574 struct nd_namespace_common *ndns = to_ndns(dev); in mode_show() local [all …]
|
D | nd.h | 186 struct nd_namespace_common *ndns; member 211 struct nd_namespace_common *ndns; member 265 struct nd_namespace_common *ndns) in nd_btt_probe() 299 struct nd_namespace_common *ndns) in nd_pfn_probe() 327 struct nd_namespace_common *ndns) in nd_dax_probe()
|
D | pmem.c | 349 struct nd_namespace_common *ndns) in pmem_attach_disk() 493 struct nd_namespace_common *ndns; in nd_pmem_probe() local 545 struct nd_namespace_common *ndns; in nd_pmem_notify() local
|
D | blk.c | 212 static int nsblk_rw_bytes(struct nd_namespace_common *ndns, in nsblk_rw_bytes() 300 struct nd_namespace_common *ndns; in nd_blk_probe() local
|
D | dax_devs.c | 102 int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_dax_probe()
|
D | btt.c | 49 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes() local 60 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes() local 1520 struct nd_namespace_common *ndns = nd_btt->ndns; in btt_blk_init() local 1670 int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns) in nvdimm_namespace_attach_btt()
|
D | label.c | 630 struct nd_namespace_common *ndns = &nspm->nsio.common; in __pmem_label_update() local 778 struct nd_namespace_common *ndns = &nsblk->common; in __blk_label_update() local
|
D | bus.c | 850 struct nd_namespace_common *ndns = NULL; in nd_pmem_forget_poison_check() local
|
/Linux-v4.19/include/linux/ |
D | nd.h | 149 static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns, in nvdimm_read_bytes() 168 static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns, in nvdimm_write_bytes()
|
/Linux-v4.19/drivers/dax/ |
D | pmem.c | 70 struct nd_namespace_common *ndns; in dax_pmem_probe() local
|