diff options
Diffstat (limited to 'libbcache/alloc.h')
-rw-r--r-- | libbcache/alloc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbcache/alloc.h b/libbcache/alloc.h index ac83e4f2..09139a59 100644 --- a/libbcache/alloc.h +++ b/libbcache/alloc.h @@ -20,8 +20,8 @@ static inline size_t prio_buckets(const struct cache *ca) return DIV_ROUND_UP((size_t) (ca)->mi.nbuckets, prios_per_bucket(ca)); } -void bch_cache_group_remove_cache(struct cache_group *, struct cache *); -void bch_cache_group_add_cache(struct cache_group *, struct cache *); +void bch_dev_group_remove(struct cache_group *, struct cache *); +void bch_dev_group_add(struct cache_group *, struct cache *); int bch_prio_read(struct cache *); @@ -103,8 +103,8 @@ static inline struct cache *cache_group_next(struct cache_group *devs, ((_ca) = __open_bucket_next_online_device(_c, _ob, _ptr, _ca));\ (_ptr)++) -void bch_cache_allocator_stop(struct cache *); -int bch_cache_allocator_start(struct cache *); +void bch_dev_allocator_stop(struct cache *); +int bch_dev_allocator_start(struct cache *); void bch_open_buckets_init(struct cache_set *); #endif /* _BCACHE_ALLOC_H */ |