mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
9 lines
204 B
C
9 lines
204 B
C
#ifndef _BCACHE_TIER_H
|
|
#define _BCACHE_TIER_H
|
|
|
|
void bch_tiering_init_cache_set(struct cache_set *);
|
|
int bch_tiering_read_start(struct cache_set *);
|
|
void bch_tiering_read_stop(struct cache_set *);
|
|
|
|
#endif
|