Searched refs:dm_bufio_prefetch (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dm-bufio.h | 77 void dm_bufio_prefetch(struct dm_bufio_client *c,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dm-bufio.h | 86 void dm_bufio_prefetch(struct dm_bufio_client *c,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ebs-target.c | 195 dm_bufio_prefetch(ec->bufio, block1, __nr_blocks(ec, bio)); in __ebs_process_bios() 199 dm_bufio_prefetch(ec->bufio, block1, 1); in __ebs_process_bios() 201 dm_bufio_prefetch(ec->bufio, block2, 1); in __ebs_process_bios()
|
H A D | dm-snap-persistent.c | 523 dm_bufio_prefetch(client, pf_chunk, 1); in read_exceptions()
|
H A D | dm-bufio.c | 1038 * dm_bufio_prefetch can be used in the driver request routine. in __bufio_new() 1039 * If the user called both dm_bufio_prefetch and dm_bufio_get on in __bufio_new() 1138 void dm_bufio_prefetch(struct dm_bufio_client *c, in dm_bufio_prefetch() function 1182 EXPORT_SYMBOL_GPL(dm_bufio_prefetch); variable
|
H A D | dm-verity-target.c | 630 dm_bufio_prefetch(v->bufio, hash_block_start, in verity_prefetch_io()
|
/kernel/linux/linux-6.6/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 | 1819 * dm_bufio_prefetch can be used in the driver request routine. in __bufio_new() 1820 * If the user called both dm_bufio_prefetch and dm_bufio_get on in __bufio_new() 1878 * dm_bufio_prefetch can be used in the driver request routine. in new_read() 1879 * If the user called both dm_bufio_prefetch and dm_bufio_get on in new_read() 1953 void dm_bufio_prefetch(struct dm_bufio_client *c, in dm_bufio_prefetch() function 2005 EXPORT_SYMBOL_GPL(dm_bufio_prefetch); variable
|
H A D | dm-verity-target.c | 755 dm_bufio_prefetch(v->bufio, hash_block_start, in verity_prefetch_io()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 614 dm_bufio_prefetch(bm->bufio, b, 1); in dm_bm_prefetch()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 627 dm_bufio_prefetch(bm->bufio, b, 1); in dm_bm_prefetch()
|
Completed in 16 milliseconds