Searched refs:bi_blkg (Results 1 - 11 of 11) sorted by relevance

/linux-master/block/
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;
H A Dblk-throttle.h185 struct throtl_grp *tg = blkg_to_tg(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.c244 struct blkcg_gq *blkg = bio->bi_blkg;
280 if (!bio || !bio->bi_blkg)
282 return &bio->bi_blkg->blkcg->css;
2045 if (bio->bi_blkg)
2046 blkg_put(bio->bi_blkg);
2049 bio->bi_blkg = blkg_tryget_closest(bio, css);
2052 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg;
2075 if (bio->bi_blkg)
2093 if (src->bi_blkg)
2109 struct blkcg *blkcg = bio->bi_blkg
[all...]
H A Dblk-cgroup.h465 return rq->bio->bi_blkg == bio->bi_blkg &&
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-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-throttle.c2179 struct blkcg_gq *blkg = bio->bi_blkg;
2323 blkg = bio->bi_blkg;
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);
/linux-master/include/linux/
H A Dblk_types.h247 struct blkcg_gq *bi_blkg; member in struct:bio

Completed in 314 milliseconds