Searched refs:dm_io (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | dm-io.h | 82 int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
|
| /linux/drivers/md/ |
| H A D | dm-io-rewind.c | 143 void dm_io_rewind(struct dm_io *io, struct bio_set *bs) in dm_io_rewind()
|
| H A D | dm-io.c | 501 int dm_io(struct dm_io_request *io_req, unsigned int num_regions, in dm_io() function 525 EXPORT_SYMBOL(dm_io);
|
| H A D | dm-snap-persistent.c | 226 req->result = dm_io(req->io_req, 1, req->where, NULL, IOPRIO_DEFAULT); in do_metadata() 250 return dm_io(&io_req, 1, &where, NULL, IOPRIO_DEFAULT); in chunk_io()
|
| H A D | dm-kcopyd.c | 581 r = dm_io(&io_req, 1, &job->source, NULL, IOPRIO_DEFAULT); in run_io_job() 583 r = dm_io(&io_req, job->num_dests, job->dests, NULL, IOPRIO_DEFAULT); in run_io_job()
|
| H A D | dm-table.c | 1074 __alignof__(struct dm_io)) + DM_IO_BIO_OFFSET; in dm_table_alloc_md_mempools()
|