Searched refs:dm_bufio_prefetch (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/md/ |
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()
|
D | dm-snap-persistent.c | 527 dm_bufio_prefetch(client, pf_chunk, 1); in read_exceptions()
|
D | dm-bufio.c | 2021 void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) in dm_bufio_prefetch() function 2025 EXPORT_SYMBOL_GPL(dm_bufio_prefetch);
|
/linux-6.12.1/include/linux/ |
D | dm-bufio.h | 89 void dm_bufio_prefetch(struct dm_bufio_client *c,
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | io-factory.c | 118 dm_bufio_prefetch(reader->client, block_number, read_ahead); in read_ahead()
|
D | volume.c | 929 dm_bufio_prefetch(volume->client, physical_page, geometry->pages_per_chapter); in uds_prefetch_volume_chapter() 942 dm_bufio_prefetch(volume->client, physical_page, geometry->index_pages_per_chapter); in uds_read_chapter_index_from_volume() 1276 dm_bufio_prefetch(volume->client, in probe_chapter()
|
/linux-6.12.1/drivers/md/persistent-data/ |
D | dm-block-manager.c | 627 dm_bufio_prefetch(bm->bufio, b, 1); in dm_bm_prefetch()
|