Searched defs:ndns (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/nvdimm/ |
H A D | claim.c | 16 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns() local 33 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns() local 77 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle() 139 struct nd_namespace_common *ndns; in nd_namespace_store() local 252 static int nsio_rw_bytes(struct nd_namespace_common *ndns, in nsio_rw_bytes() 307 struct nd_namespace_common *ndns = &nsio->common; in devm_nsio_enable() local
|
H A D | pfn_devs.c | 208 struct nd_namespace_common *ndns = nd_pfn->ndns; in resource_show() local 234 struct nd_namespace_common *ndns = nd_pfn->ndns; in size_show() local 299 struct nd_namespace_common *ndns) in nd_pfn_devinit() 367 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_clear_memmap_errors() local 459 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_validate() local 622 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_pfn_probe() 691 struct nd_namespace_common *ndns = nd_pfn->ndns; in __nvdimm_setup_pfn() local 729 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_init() local
|
H A D | btt_devs.c | 185 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 D | namespace_devs.c | 91 struct nd_namespace_common *ndns = to_ndns(dev); in pmem_should_map_pages() local 116 unsigned int pmem_sector_size(struct nd_namespace_common *ndns) in pmem_sector_size() 139 const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns, in nvdimm_namespace_disk_name() 747 struct nd_namespace_common *ndns = to_ndns(dev); in __size_store() local 869 resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in __nvdimm_namespace_capacity() 886 resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in nvdimm_namespace_capacity() 898 bool nvdimm_namespace_locked(struct nd_namespace_common *ndns) in nvdimm_namespace_locked() 1232 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show() local 1245 struct nd_namespace_common *ndns = to_ndns(dev); in __holder_class_store() local 1290 struct nd_namespace_common *ndns = to_ndns(dev); in holder_class_show() local [all …]
|
H A D | nd.h | 450 struct nd_namespace_common *ndns; member 475 struct nd_namespace_common *ndns; member 548 struct nd_namespace_common *ndns) in nd_btt_probe() 578 struct nd_namespace_common *ndns) in nd_pfn_probe() 605 struct nd_namespace_common *ndns) in nd_dax_devinit() 613 struct nd_namespace_common *ndns) in nd_dax_probe()
|
H A D | dax_devs.c | 87 int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_dax_probe()
|
H A D | pmem.c | 450 struct nd_namespace_common *ndns) in pmem_attach_disk() 602 struct nd_namespace_common *ndns; in nd_pmem_probe() local 677 struct nd_namespace_common *ndns; in pmem_revalidate_poison() local
|
H A D | btt.c | 41 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes() local 52 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes() local 1503 struct nd_namespace_common *ndns = nd_btt->ndns; in btt_blk_init() local 1645 int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns) in nvdimm_namespace_attach_btt()
|
H A D | label.c | 877 struct nd_namespace_common *ndns = &nspm->nsio.common; in __pmem_label_update() local
|
H A D | bus.c | 955 struct nd_namespace_common *ndns = NULL; in nd_pmem_forget_poison_check() local
|
/openbmc/linux/drivers/dax/ |
H A D | pmem.c | 20 struct nd_namespace_common *ndns; in __dax_pmem_probe() local
|
/openbmc/linux/include/linux/ |
H A D | nd.h | 168 static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns, in nvdimm_read_bytes() 187 static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns, in nvdimm_write_bytes()
|