Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-target.c411 struct per_bio_data { struct
534 static struct per_bio_data *get_per_bio_data(struct bio *bio) in get_per_bio_data()
536 struct per_bio_data *pb = dm_per_bio_data(bio, sizeof(struct per_bio_data)); in get_per_bio_data()
542 static struct per_bio_data *init_per_bio_data(struct bio *bio) in init_per_bio_data()
544 struct per_bio_data *pb = get_per_bio_data(bio); in init_per_bio_data()
579 struct per_bio_data *pb; in bio_detain_shared()
742 struct per_bio_data *pb; in check_if_tick_bio_needed()
794 struct per_bio_data *pb; in accounted_begin()
805 struct per_bio_data *pb = get_per_bio_data(bio); in accounted_complete()
1115 struct per_bio_data *pb = get_per_bio_data(bio); in bio_drop_shared_lock()
[all …]