Home
last modified time | relevance | path

Searched refs:rw_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dnd.h43 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/
Dblk.c317 ndns->rw_bytes = nd_blk_rw_bytes; in nd_blk_probe()
Dpmem.c391 ndns->rw_bytes = pmem_rw_bytes; in nd_pmem_probe()
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt263 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);