Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbio.h558 int bio_associate_blkg(struct bio *bio, struct blkcg_gq *blkg);
/Linux-v4.19/block/
Dblk-iolatency.c423 bio_associate_blkg(bio, blkg); in blkcg_iolatency_throttle()
Dblk-throttle.c2133 if (bio->bi_css && (bio_associate_blkg(bio, tg_to_blkg(tg)) == -ENODEV)) in blk_throtl_assoc_bio()
2134 bio_associate_blkg(bio, bio->bi_disk->queue->root_blkg); in blk_throtl_assoc_bio()
Dbio.c2014 int bio_associate_blkg(struct bio *bio, struct blkcg_gq *blkg) in bio_associate_blkg() function