Searched refs:dm_io (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-io.h62 * For async io calls, users can alternatively use the dm_io() function below
76 int dm_io(struct dm_io_request *io_req, unsigned num_regions,
H A Ddm.c36 struct dm_io { struct
49 struct dm_io *io;
135 _io_cache = kmem_cache_create("dm_io",
136 sizeof(struct dm_io), 0, 0, NULL, NULL);
328 static inline struct dm_io *alloc_io(struct mapped_device *md)
333 static inline void free_io(struct mapped_device *md, struct dm_io *io)
348 static void start_io_acct(struct dm_io *io)
360 static int end_io_acct(struct dm_io *io)
459 static void dec_pending(struct dm_io *io, int error)
611 struct dm_io *i
[all...]
H A Ddm-io.c431 int dm_io(struct dm_io_request *io_req, unsigned num_regions, function
448 EXPORT_SYMBOL(dm_io); variable
H A Dkcopyd.c358 r = dm_io(&io_req, 1, &job->source, NULL);
360 r = dm_io(&io_req, job->num_dests, job->dests, NULL);
H A Ddm-exception-store.c177 return dm_io(&io_req, 1, &where, NULL);
H A Ddm-log.c207 return dm_io(&lc->io_req, 1, &lc->header_location, NULL);
H A Ddm-raid1.c812 (void) dm_io(&io_req, ms->nr_mirrors, io, NULL);
930 ti->error = "Error creating dm_io client";

Completed in 140 milliseconds