Searched refs:dm_bufio_prefetch (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | io-factory.c | 118 dm_bufio_prefetch(reader->client, block_number, read_ahead); in read_ahead()
|
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()
|
/linux/drivers/md/ |
H A D | dm-snap-persistent.c | 527 dm_bufio_prefetch(client, pf_chunk, 1); in read_exceptions()
|
H A D | dm-bufio.c | 2022 void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) in dm_bufio_prefetch() function 2026 EXPORT_SYMBOL_GPL(dm_bufio_prefetch);
|