Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup-fc-appid.c53 if (!bio->bi_blkg || bio->bi_blkg->blkcg->fc_app_id[0] == '\0') in blkcg_get_fc_appid()
55 return bio->bi_blkg->blkcg->fc_app_id; in blkcg_get_fc_appid()
H A Dblk-cgroup.c244 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_punt_bio_submit()
280 if (!bio || !bio->bi_blkg) in bio_blkcg_css()
282 return &bio->bi_blkg->blkcg->css; in bio_blkcg_css()
2084 if (bio->bi_blkg) in bio_associate_blkg_from_css()
2085 blkg_put(bio->bi_blkg); in bio_associate_blkg_from_css()
2088 bio->bi_blkg = blkg_tryget_closest(bio, css); in bio_associate_blkg_from_css()
2091 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg; in bio_associate_blkg_from_css()
2111 if (bio->bi_blkg) in bio_associate_blkg()
2129 if (src->bi_blkg) in bio_clone_blkg_association()
2145 struct blkcg *blkcg = bio->bi_blkg->blkcg; in blk_cgroup_bio_start()
[all …]
H A Dblk-throttle.h185 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); in blk_should_throtl()
H A Dblk-cgroup.h464 return rq->bio->bi_blkg == bio->bi_blkg && in blk_cgroup_mergeable()
H A Dblk-ioprio.c89 struct blkg_policy_data *pd = blkg_to_pd(bio->bi_blkg, &ioprio_policy); in ioprio_blkcg_from_bio()
H A Dblk-iolatency.c466 struct blkcg_gq *blkg = bio->bi_blkg; in blkcg_iolatency_throttle()
601 blkg = bio->bi_blkg; in blkcg_iolatency_done_bio()
605 iolat = blkg_to_lat(bio->bi_blkg); in blkcg_iolatency_done_bio()
H A Dbio.c217 if (bio->bi_blkg) { in bio_uninit()
218 blkg_put(bio->bi_blkg); in bio_uninit()
219 bio->bi_blkg = NULL; in bio_uninit()
262 bio->bi_blkg = NULL; in bio_init()
H A Dbfq-cgroup.c345 struct bfq_group *bfqg = blkg_to_bfqg(rq->bio->bi_blkg); in bfqg_stats_update_legacy_io()
601 struct blkcg_gq *blkg = bio->bi_blkg; in bfq_bio_bfqg()
H A Dblk-iocost.c2601 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle()
2737 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_merge()
2795 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_done_bio()
H A Dblk-throttle.c2179 struct blkcg_gq *blkg = bio->bi_blkg; in __blk_throtl_bio()
2323 blkg = bio->bi_blkg; in blk_throtl_bio_endio()
/openbmc/linux/include/linux/
H A Dblk_types.h288 struct blkcg_gq *bi_blkg; member