Searched refs:blkcg_css (Results 1 – 10 of 10) sorted by relevance
385 struct blkcg *blkcg = css_to_blkcg(wb->blkcg_css); in cgwb_release_workfn()391 css_put(wb->blkcg_css); in cgwb_release_workfn()431 struct cgroup_subsys_state *blkcg_css; in cgwb_create() local439 blkcg_css = cgroup_get_e_css(memcg_css->cgroup, &io_cgrp_subsys); in cgwb_create()440 blkcg = css_to_blkcg(blkcg_css); in cgwb_create()447 if (wb && wb->blkcg_css != blkcg_css) { in cgwb_create()475 wb->blkcg_css = blkcg_css; in cgwb_create()497 css_get(blkcg_css); in cgwb_create()517 css_put(blkcg_css); in cgwb_create()555 struct cgroup_subsys_state *blkcg_css; in wb_get_lookup() local[all …]
61 struct cgroup_subsys_state *blkcg_css; member116 WARN_ON_ONCE(kthread && kthread->blkcg_css); in free_kthread_struct()1388 if (kthread->blkcg_css) { in kthread_associate_blkcg()1389 css_put(kthread->blkcg_css); in kthread_associate_blkcg()1390 kthread->blkcg_css = NULL; in kthread_associate_blkcg()1394 kthread->blkcg_css = css; in kthread_associate_blkcg()1411 return kthread->blkcg_css; in kthread_blkcg()
117 return wbc->wb->blkcg_css; in wbc_blkcg_css()291 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
154 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
218 static inline struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function251 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()
99 struct cgroup_subsys_state *blkcg_css);
382 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument414 if (blkcg_css) { in btrfs_submit_compressed_write()416 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()460 if (blkcg_css) in btrfs_submit_compressed_write()488 if (blkcg_css) in btrfs_submit_compressed_write()
374 struct cgroup_subsys_state *blkcg_css; member895 async_chunk->blkcg_css)) { in submit_compressed_extents()1226 if (async_chunk->blkcg_css) in async_cow_free()1227 css_put(async_chunk->blkcg_css); in async_cow_free()1243 struct cgroup_subsys_state *blkcg_css = wbc_blkcg_css(wbc); in cow_file_range_async() local1329 if (blkcg_css != blkcg_root_css) { in cow_file_range_async()1330 css_get(blkcg_css); in cow_file_range_async()1331 async_chunk[i].blkcg_css = blkcg_css; in cow_file_range_async()1333 async_chunk[i].blkcg_css = NULL; in cow_file_range_async()
1891 css = blkcg_css(); in bio_associate_blkg()