Home
last modified time | relevance | path

Searched refs:root_blkg (Results 1 – 3 of 3) sorted by relevance

/linux/block/
H A Dblk-cgroup.c501 struct blkcg_gq *ret_blkg = q->root_blkg; in blkg_lookup_create()
618 q->root_blkg = NULL; in blkg_destroy_all()
1112 struct blkcg_gq *blkg = bdev->bd_disk->queue->root_blkg; in blkcg_fill_root_iostats()
1479 q->root_blkg = blkg; in blkcg_init_disk()
2093 blkg_get(bdev_get_queue(bio->bi_bdev)->root_blkg); in bio_associate_blkg_from_css()
2094 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg; in bio_associate_blkg_from_css()
H A Dbfq-cgroup.c1236 return blkg_to_bfqg(bfqd->queue->root_blkg); in bfq_create_group_hierarchy()
/linux/include/linux/
H A Dblkdev.h545 struct blkcg_gq *root_blkg; member