Searched defs:ndns (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/nvdimm/ |
D | claim.c | 22 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns() local 35 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns() local 78 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle() 119 struct nd_namespace_common *ndns; in nd_namespace_store() local
|
D | pmem.c | 36 struct nd_namespace_common *ndns; member 167 struct nd_namespace_common *ndns, struct pmem_device *pmem) in pmem_attach_disk() 205 static int pmem_rw_bytes(struct nd_namespace_common *ndns, in pmem_rw_bytes() 229 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_init() local 293 static int nvdimm_namespace_detach_pfn(struct nd_namespace_common *ndns) in nvdimm_namespace_detach_pfn() 309 static int nvdimm_namespace_attach_pfn(struct nd_namespace_common *ndns) in nvdimm_namespace_attach_pfn() 376 struct nd_namespace_common *ndns; in nd_pmem_probe() local
|
D | pfn_devs.c | 183 struct nd_namespace_common *ndns) in __nd_pfn_create() 233 struct nd_namespace_common *ndns = nd_pfn->ndns; in nd_pfn_validate() local 304 int nd_pfn_probe(struct nd_namespace_common *ndns, void *drvdata) in nd_pfn_probe()
|
D | btt_devs.c | 163 struct nd_namespace_common *ndns) in __nd_btt_create() 252 struct nd_namespace_common *ndns, struct btt_sb *btt_sb) in __nd_btt_probe() 276 int nd_btt_probe(struct nd_namespace_common *ndns, void *drvdata) in nd_btt_probe()
|
D | blk.c | 214 static int nd_blk_rw_bytes(struct nd_namespace_common *ndns, in nd_blk_rw_bytes() 240 static int nd_blk_attach_disk(struct nd_namespace_common *ndns, in nd_blk_attach_disk() 295 struct nd_namespace_common *ndns; in nd_blk_probe() local
|
D | nd.h | 139 struct nd_namespace_common *ndns; member 159 struct nd_namespace_common *ndns; member 200 static inline int nd_btt_probe(struct nd_namespace_common *ndns, void *drvdata) in nd_btt_probe() 223 static inline int nd_pfn_probe(struct nd_namespace_common *ndns, void *drvdata) in nd_pfn_probe()
|
D | btt.c | 40 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes() local 51 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes() local 1234 struct nd_namespace_common *ndns = nd_btt->ndns; in btt_blk_init() local 1387 int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns) in nvdimm_namespace_attach_btt() 1412 int nvdimm_namespace_detach_btt(struct nd_namespace_common *ndns) in nvdimm_namespace_detach_btt()
|
D | namespace_devs.c | 154 const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns, in nvdimm_namespace_disk_name() 985 resource_size_t __nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in __nvdimm_namespace_capacity() 1004 resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns) in nvdimm_namespace_capacity() 1256 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show() local 1345 struct nd_namespace_common *ndns; in nvdimm_namespace_common_probe() local
|
/linux-4.4.14/include/linux/ |
D | nd.h | 119 static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns, in nvdimm_read_bytes() 137 static inline int nvdimm_write_bytes(struct nd_namespace_common *ndns, in nvdimm_write_bytes()
|