Home
last modified time | relevance | path

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

/fs/btrfs/
Dcompression.c393 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument
440 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()
Dcompression.h98 struct cgroup_subsys_state *blkcg_css);
Dinode.c455 struct cgroup_subsys_state *blkcg_css; member
975 async_chunk->blkcg_css)) { in submit_compressed_extents()
1385 if (async_chunk->blkcg_css) in async_cow_free()
1386 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() local
1487 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()