Searched refs:bi_blkg (Results 1 - 11 of 11) sorted by last modified time

/linux-master/include/linux/
H A Dblk_types.h234 struct blkcg_gq *bi_blkg; member in struct:bio
/linux-master/block/
H A Dblk-throttle.h179 tg = blkg_to_tg(bio->bi_blkg);
H A Dblk-throttle.c1603 struct blkcg_gq *blkg = bio->bi_blkg;
H A Dblk-cgroup.c243 struct blkcg_gq *blkg = bio->bi_blkg;
279 if (!bio || !bio->bi_blkg)
281 return &bio->bi_blkg->blkcg->css;
2038 if (bio->bi_blkg)
2039 blkg_put(bio->bi_blkg);
2042 bio->bi_blkg = blkg_tryget_closest(bio, css);
2045 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg;
2068 if (bio->bi_blkg)
2086 if (src->bi_blkg)
2102 struct blkcg *blkcg = bio->bi_blkg
[all...]
H A Dbio.c216 if (bio->bi_blkg) {
217 blkg_put(bio->bi_blkg);
218 bio->bi_blkg = NULL;
262 bio->bi_blkg = NULL;
H A Dblk-iocost.c2601 struct blkcg_gq *blkg = bio->bi_blkg;
2737 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg);
2795 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg);
H A Dblk-cgroup.h465 return rq->bio->bi_blkg == bio->bi_blkg &&
H A Dblk-iolatency.c466 struct blkcg_gq *blkg = bio->bi_blkg;
601 blkg = bio->bi_blkg;
605 iolat = blkg_to_lat(bio->bi_blkg);
H A Dbfq-cgroup.c345 struct bfq_group *bfqg = blkg_to_bfqg(rq->bio->bi_blkg);
601 struct blkcg_gq *blkg = bio->bi_blkg;
H A Dblk-ioprio.c89 struct blkg_policy_data *pd = blkg_to_pd(bio->bi_blkg, &ioprio_policy);
H A Dblk-cgroup-fc-appid.c53 if (!bio->bi_blkg || bio->bi_blkg->blkcg->fc_app_id[0] == '\0')
55 return bio->bi_blkg->blkcg->fc_app_id;

Completed in 288 milliseconds