Searched refs:blkcg_css (Results 1 – 5 of 5) sorted by relevance
156 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
260 bio_associate_blkcg(bio, wbc->wb->blkcg_css); in wbc_init_bio()
557 int bio_associate_blkcg(struct bio *bio, struct cgroup_subsys_state *blkcg_css);563 struct cgroup_subsys_state *blkcg_css) { return 0; } in bio_associate_blkcg() argument
282 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
1976 struct cgroup_subsys_state *blkcg_css; in bio_associate_blkcg_from_page() local1982 blkcg_css = cgroup_get_e_css(page->mem_cgroup->css.cgroup, in bio_associate_blkcg_from_page()1984 bio->bi_css = blkcg_css; in bio_associate_blkcg_from_page()2001 int bio_associate_blkcg(struct bio *bio, struct cgroup_subsys_state *blkcg_css) in bio_associate_blkcg() argument2005 css_get(blkcg_css); in bio_associate_blkcg()2006 bio->bi_css = blkcg_css; in bio_associate_blkcg()