Home
last modified time | relevance | path

Searched refs:blkcg_css (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dbacking-dev.c385 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() local
439 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 …]
/kernel/linux/linux-5.10/kernel/
Dkthread.c61 struct cgroup_subsys_state *blkcg_css; member
116 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()
/kernel/linux/linux-5.10/include/linux/
Dwriteback.h117 return wbc->wb->blkcg_css; in wbc_blkcg_css()
291 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
Dbacking-dev-defs.h154 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
Dblk-cgroup.h218 static inline struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function
251 return css_to_blkcg(blkcg_css()); in __bio_blkcg()
Dbacking-dev.h225 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
/kernel/linux/linux-5.10/fs/btrfs/
Dcompression.h99 struct cgroup_subsys_state *blkcg_css);
Dcompression.c382 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument
414 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()
Dinode.c374 struct cgroup_subsys_state *blkcg_css; member
895 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() local
1329 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()
/kernel/linux/linux-5.10/block/
Dblk-cgroup.c1891 css = blkcg_css(); in bio_associate_blkg()