Searched refs:dm_bufio_new (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Ddm-bufio.h81 void *dm_bufio_new(struct dm_bufio_client *c, sector_t block,
/linux-master/drivers/md/dm-vdo/indexer/
H A Dio-factory.c322 data = dm_bufio_new(writer->client, writer->block_number, &buffer);
H A Dvolume.c1113 page_data = dm_bufio_new(volume->client, physical_page, &page_buffer);
1222 page_data = dm_bufio_new(volume->client, physical_page, &page_buffer);
/linux-master/drivers/md/
H A Ddm-ebs-target.c89 ba = dm_bufio_new(ec->bufio, block, &b);
H A Ddm-bufio.c1852 * A common routine for dm_bufio_new and dm_bufio_read. Operation of these
1853 * functions is similar except that dm_bufio_new doesn't read the
1960 void *dm_bufio_new(struct dm_bufio_client *c, sector_t block, function
1968 EXPORT_SYMBOL_GPL(dm_bufio_new); variable
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.c582 p = dm_bufio_new(bm->bufio, b, (struct dm_buffer **) result);

Completed in 140 milliseconds