Searched refs:bcachecg (Results 1 – 1 of 1) sorted by relevance
94 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_hits_read() local95 return atomic_read(&bcachecg->stats.cache_hits); in bch_cache_hits_read()100 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_misses_read() local101 return atomic_read(&bcachecg->stats.cache_misses); in bch_cache_misses_read()107 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_bypass_hits_read() local108 return atomic_read(&bcachecg->stats.cache_bypass_hits); in bch_cache_bypass_hits_read()114 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_bypass_misses_read() local115 return atomic_read(&bcachecg->stats.cache_bypass_misses); in bch_cache_bypass_misses_read()