Searched refs:dm_bufio_prefetch (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-ebs-target.c | 197 dm_bufio_prefetch(ec->bufio, block1, __nr_blocks(ec, bio)); in __ebs_process_bios() 201 dm_bufio_prefetch(ec->bufio, block1, 1); in __ebs_process_bios() 203 dm_bufio_prefetch(ec->bufio, block2, 1); in __ebs_process_bios()
|
| H A D | dm-bufio.c | 2042 void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) in dm_bufio_prefetch() function 2046 EXPORT_SYMBOL_GPL(dm_bufio_prefetch);
|
| /linux/include/linux/ |
| H A D | dm-bufio.h | 89 void dm_bufio_prefetch(struct dm_bufio_client *c,
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 627 dm_bufio_prefetch(bm->bufio, b, 1); in dm_bm_prefetch()
|