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

/linux-master/drivers/md/
H A Ddm-stripe.c278 target_bio_nr = dm_bio_get_target_bio_nr(bio);
286 target_bio_nr = dm_bio_get_target_bio_nr(bio);
H A Ddm-snap.c1226 * and dm_bio_get_target_bio_nr() require rigid constraints.
1987 if (s->discard_passdown_origin && dm_bio_get_target_bio_nr(bio)) {
2126 if (!dm_bio_get_target_bio_nr(bio))
H A Ddm.c116 unsigned int dm_bio_get_target_bio_nr(const struct bio *bio) function
120 EXPORT_SYMBOL_GPL(dm_bio_get_target_bio_nr); variable
H A Ddm-cache-target.c547 pb->req_nr = dm_bio_get_target_bio_nr(bio);
H A Ddm-writecache.c1518 if (dm_bio_get_target_bio_nr(bio))
/linux-master/include/linux/
H A Ddevice-mapper.h312 * The bio number can be accessed with dm_bio_get_target_bio_nr.
320 * The bio number can be accessed with dm_bio_get_target_bio_nr.
326 * The bio number can be accessed with dm_bio_get_target_bio_nr.
332 * The bio number can be accessed with dm_bio_get_target_bio_nr.
404 unsigned int dm_bio_get_target_bio_nr(const struct bio *bio);

Completed in 134 milliseconds