Searched refs:dm_bufio_prefetch (Results 1 – 6 of 6) 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-snap-persistent.c | 527 dm_bufio_prefetch(client, pf_chunk, 1); in read_exceptions()
|
| H A D | dm-bufio.c | 2024 void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) in dm_bufio_prefetch() function 2028 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/dm-vdo/indexer/ |
| H A D | volume.c | 931 dm_bufio_prefetch(volume->client, physical_page, geometry->pages_per_chapter); in uds_prefetch_volume_chapter() 944 dm_bufio_prefetch(volume->client, physical_page, geometry->index_pages_per_chapter); in uds_read_chapter_index_from_volume() 1278 dm_bufio_prefetch(volume->client, in probe_chapter()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 627 dm_bufio_prefetch(bm->bufio, b, 1); in dm_bm_prefetch()
|