Searched refs:rw_bytes (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | nd.h | 43 int (*rw_bytes)(struct nd_namespace_common *, resource_size_t offset, member 122 return ndns->rw_bytes(ndns, offset, buf, size, READ); in nvdimm_read_bytes() 140 return ndns->rw_bytes(ndns, offset, buf, size, WRITE); in nvdimm_write_bytes()
|
/linux-4.4.14/drivers/nvdimm/ |
D | blk.c | 317 ndns->rw_bytes = nd_blk_rw_bytes; in nd_blk_probe()
|
D | pmem.c | 391 ndns->rw_bytes = pmem_rw_bytes; in nd_pmem_probe()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 263 with the BTT. It will have to provide the rw_bytes interface in its 266 int (*rw_bytes)(struct gendisk *, void *, size_t, off_t, int rw);
|