Lines Matching defs:per_bio_data
480 struct per_bio_data {
601 static struct per_bio_data *get_per_bio_data(struct bio *bio)
603 struct per_bio_data *pb = dm_per_bio_data(bio, sizeof(struct per_bio_data));
608 static struct per_bio_data *init_per_bio_data(struct bio *bio)
610 struct per_bio_data *pb = get_per_bio_data(bio);
646 struct per_bio_data *pb;
805 struct per_bio_data *pb;
864 struct per_bio_data *pb;
875 struct per_bio_data *pb = get_per_bio_data(bio);
906 * all code that might use per_bio_data (since clone doesn't have it)
1181 struct per_bio_data *pb = get_per_bio_data(bio);
1192 struct per_bio_data *pb = get_per_bio_data(bio);
1206 struct per_bio_data *pb = get_per_bio_data(bio);
1723 struct per_bio_data *pb = get_per_bio_data(bio);
1829 struct per_bio_data *pb = get_per_bio_data(bio);
2449 ti->per_io_data_size = sizeof(struct per_bio_data);
2718 struct per_bio_data *pb = get_per_bio_data(bio);