Searched refs:dm_bufio_prefetch (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Ddm-bufio.h89 void dm_bufio_prefetch(struct dm_bufio_client *c,
/linux-master/drivers/md/
H A Ddm-ebs-target.c197 dm_bufio_prefetch(ec->bufio, block1, __nr_blocks(ec, bio));
201 dm_bufio_prefetch(ec->bufio, block1, 1);
203 dm_bufio_prefetch(ec->bufio, block2, 1);
H A Ddm-snap-persistent.c527 dm_bufio_prefetch(client, pf_chunk, 1);
H A Ddm-bufio.c1822 * dm_bufio_prefetch can be used in the driver request routine.
1823 * If the user called both dm_bufio_prefetch and dm_bufio_get on
1882 * dm_bufio_prefetch can be used in the driver request routine.
1883 * If the user called both dm_bufio_prefetch and dm_bufio_get on
2024 void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) function
2028 EXPORT_SYMBOL_GPL(dm_bufio_prefetch); variable
/linux-master/drivers/md/dm-vdo/indexer/
H A Dio-factory.c118 dm_bufio_prefetch(reader->client, block_number, read_ahead);
H A Dvolume.c929 dm_bufio_prefetch(volume->client, physical_page, geometry->pages_per_chapter);
942 dm_bufio_prefetch(volume->client, physical_page, geometry->index_pages_per_chapter);
1276 dm_bufio_prefetch(volume->client,
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.c627 dm_bufio_prefetch(bm->bufio, b, 1);

Completed in 190 milliseconds