Searched refs:blkcg_css (Results 1 – 12 of 12) sorted by relevance
399 struct blkcg *blkcg = css_to_blkcg(wb->blkcg_css); in cgwb_release_workfn()405 css_put(wb->blkcg_css); in cgwb_release_workfn()452 struct cgroup_subsys_state *blkcg_css; in cgwb_create() local460 blkcg_css = cgroup_get_e_css(memcg_css->cgroup, &io_cgrp_subsys); in cgwb_create()461 blkcg = css_to_blkcg(blkcg_css); in cgwb_create()468 if (wb && wb->blkcg_css != blkcg_css) { in cgwb_create()496 wb->blkcg_css = blkcg_css; in cgwb_create()519 css_get(blkcg_css); in cgwb_create()539 css_put(blkcg_css); in cgwb_create()577 struct cgroup_subsys_state *blkcg_css; in wb_get_lookup() local[all …]
61 struct cgroup_subsys_state *blkcg_css; member122 WARN_ON_ONCE(kthread && kthread->blkcg_css); in free_kthread_struct()1442 if (kthread->blkcg_css) { in kthread_associate_blkcg()1443 css_put(kthread->blkcg_css); in kthread_associate_blkcg()1444 kthread->blkcg_css = NULL; in kthread_associate_blkcg()1448 kthread->blkcg_css = css; in kthread_associate_blkcg()1465 return kthread->blkcg_css; in kthread_blkcg()
979 struct cgroup_subsys_state *blkcg_css; member1008 if (queue_on_root_worker(cmd->blkcg_css)) in loop_queue_work()1016 if (cur_worker->blkcg_css == cmd->blkcg_css) { in loop_queue_work()1019 } else if ((long)cur_worker->blkcg_css < (long)cmd->blkcg_css) { in loop_queue_work()1034 cmd->blkcg_css = NULL; in loop_queue_work()1041 worker->blkcg_css = cmd->blkcg_css; in loop_queue_work()1042 css_get(worker->blkcg_css); in loop_queue_work()1374 css_put(worker->blkcg_css); in __loop_clr_fd()2165 cmd->blkcg_css = NULL; in loop_queue_rq()2169 cmd->blkcg_css = &bio_blkcg(rq->bio)->css; in loop_queue_rq()[all …]
81 struct cgroup_subsys_state *blkcg_css; member
117 return wbc->wb->blkcg_css; in wbc_blkcg_css()292 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
156 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
222 static inline struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function255 return css_to_blkcg(blkcg_css()); in __bio_blkcg()
225 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
98 struct cgroup_subsys_state *blkcg_css);
393 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument440 if (blkcg_css) { in btrfs_submit_compressed_write()442 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()498 if (blkcg_css) in btrfs_submit_compressed_write()530 if (blkcg_css) in btrfs_submit_compressed_write()
457 struct cgroup_subsys_state *blkcg_css; member977 async_chunk->blkcg_css)) { in submit_compressed_extents()1333 if (async_chunk->blkcg_css) in async_cow_free()1334 css_put(async_chunk->blkcg_css); in async_cow_free()1350 struct cgroup_subsys_state *blkcg_css = wbc_blkcg_css(wbc); in cow_file_range_async() local1435 if (blkcg_css != blkcg_root_css) { in cow_file_range_async()1436 css_get(blkcg_css); in cow_file_range_async()1437 async_chunk[i].blkcg_css = blkcg_css; in cow_file_range_async()1439 async_chunk[i].blkcg_css = NULL; in cow_file_range_async()
1863 css = blkcg_css(); in bio_associate_blkg()