Searched refs:blkcg_root (Results 1 – 3 of 3) sorted by relevance
42 blkcg_root = prog['blkcg_root']221 for i, ptr in radix_tree_for_each(blkcg_root.blkg_tree.address_of_()):251 for path, blkg in BlkgIterator(blkcg_root, q_id):
47 struct blkcg blkcg_root; variable48 EXPORT_SYMBOL_GPL(blkcg_root);50 struct cgroup_subsys_state * const blkcg_root_css = &blkcg_root.css;378 if (blkcg != &blkcg_root && in blkg_lookup_create()1148 blkcg = &blkcg_root; in blkcg_css_alloc()1199 if (blkcg != &blkcg_root) in blkcg_css_alloc()1229 new_blkg = blkg_alloc(&blkcg_root, disk, GFP_KERNEL); in blkcg_init_disk()1238 blkg = blkg_create(&blkcg_root, disk, new_blkg); in blkcg_init_disk()
178 extern struct blkcg blkcg_root;243 if (blkcg == &blkcg_root) in blkg_lookup()