Home
last modified time | relevance | path

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

/linux-6.6.21/block/
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()
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()
2042 if (bio->bi_blkg) in bio_associate_blkg_from_css()
2043 blkg_put(bio->bi_blkg); in bio_associate_blkg_from_css()
2046 bio->bi_blkg = blkg_tryget_closest(bio, css); in bio_associate_blkg_from_css()
2049 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg; in bio_associate_blkg_from_css()
2069 if (bio->bi_blkg) in bio_associate_blkg()
2087 if (src->bi_blkg) in bio_clone_blkg_association()
2103 struct blkcg *blkcg = bio->bi_blkg->blkcg; in blk_cgroup_bio_start()
[all …]
Dblk-cgroup.h463 return rq->bio->bi_blkg == bio->bi_blkg && in blk_cgroup_mergeable()
Dblk-throttle.h185 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); in blk_should_throtl()
Dblk-ioprio.c89 struct blkg_policy_data *pd = blkg_to_pd(bio->bi_blkg, &ioprio_policy); in ioprio_blkcg_from_bio()
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()
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()
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()
Dblk-iocost.c2597 struct blkcg_gq *blkg = bio->bi_blkg; in ioc_rqos_throttle()
2733 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_merge()
2791 struct ioc_gq *iocg = blkg_to_iocg(bio->bi_blkg); in ioc_rqos_done_bio()
Dblk-throttle.c2179 struct blkcg_gq *blkg = bio->bi_blkg; in __blk_throtl_bio()
2323 blkg = bio->bi_blkg; in blk_throtl_bio_endio()
/linux-6.6.21/include/linux/
Dblk_types.h288 struct blkcg_gq *bi_blkg; member