Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-cgroup.h26 extern struct cgroup_subsys_state * const blkcg_root_css;
38 #define blkcg_root_css ((struct cgroup_subsys_state *)ERR_PTR(-EINVAL)) macro
/linux/drivers/block/
H A Dloop.c787 return !css || css == blkcg_root_css; in queue_on_root_worker()
/linux/fs/btrfs/
H A Dinode.c1653 if (blkcg_css != blkcg_root_css) { in run_delalloc_compressed()