Searched refs:blkcg_css (Results 1 – 12 of 12) sorted by relevance
400 css_put(wb->blkcg_css); in cgwb_release_workfn()448 struct cgroup_subsys_state *blkcg_css; in cgwb_create() local457 blkcg = css_to_blkcg(blkcg_css); in cgwb_create()464 if (wb && wb->blkcg_css != blkcg_css) { in cgwb_create()492 wb->blkcg_css = blkcg_css; in cgwb_create()516 css_get(blkcg_css); in cgwb_create()537 css_put(blkcg_css); in cgwb_create()575 struct cgroup_subsys_state *blkcg_css; in wb_get_lookup() local579 if (unlikely(wb->blkcg_css != blkcg_css || !wb_tryget(wb))) in wb_get_lookup()581 css_put(blkcg_css); in wb_get_lookup()[all …]
801 struct cgroup_subsys_state *blkcg_css; member838 if (cur_worker->blkcg_css == cmd->blkcg_css) { in loop_queue_work()841 } else if ((long)cur_worker->blkcg_css < (long)cmd->blkcg_css) { in loop_queue_work()856 cmd->blkcg_css = NULL; in loop_queue_work()863 worker->blkcg_css = cmd->blkcg_css; in loop_queue_work()864 css_get(worker->blkcg_css); in loop_queue_work()1130 css_put(worker->blkcg_css); in __loop_clr_fd()1821 cmd->blkcg_css = NULL; in loop_queue_rq()1851 if (cmd->blkcg_css) in loop_handle_cmd()1859 if (cmd->blkcg_css) in loop_handle_cmd()[all …]
68 struct cgroup_subsys_state *blkcg_css; member
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()
113 ((wbc)->wb ? (wbc)->wb->blkcg_css : blkcg_root_css)288 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
222 static inline struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function255 return css_to_blkcg(blkcg_css()); in __bio_blkcg()
159 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
211 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
98 struct cgroup_subsys_state *blkcg_css);
508 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument605 if (blkcg_css) in btrfs_submit_compressed_write()
458 struct cgroup_subsys_state *blkcg_css; member1007 async_chunk->blkcg_css)) { in submit_one_async_extent()1387 if (async_chunk->blkcg_css) in async_cow_free()1388 css_put(async_chunk->blkcg_css); in async_cow_free()1402 struct cgroup_subsys_state *blkcg_css = wbc_blkcg_css(wbc); in cow_file_range_async() local1487 if (blkcg_css != blkcg_root_css) { in cow_file_range_async()1488 css_get(blkcg_css); in cow_file_range_async()1489 async_chunk[i].blkcg_css = blkcg_css; in cow_file_range_async()1491 async_chunk[i].blkcg_css = NULL; in cow_file_range_async()
1875 css = blkcg_css(); in bio_associate_blkg()
Completed in 56 milliseconds