Home
last modified time | relevance | path

Searched refs:dm_io (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Ddm-io.h82 int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
/linux/drivers/md/
H A Ddm-io-rewind.c143 void dm_io_rewind(struct dm_io *io, struct bio_set *bs) in dm_io_rewind()
H A Ddm-io.c501 int dm_io(struct dm_io_request *io_req, unsigned int num_regions, in dm_io() function
525 EXPORT_SYMBOL(dm_io);
H A Ddm-snap-persistent.c226 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 Ddm-kcopyd.c581 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 Ddm-table.c1074 __alignof__(struct dm_io)) + DM_IO_BIO_OFFSET; in dm_table_alloc_md_mempools()