]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcache/request.h
cd3fe122504540462c2fa8ba44a2f0efddcf1cc7
[bcachefs-tools-debian] / libbcache / request.h
1 #ifndef _BCACHE_REQUEST_H_
2 #define _BCACHE_REQUEST_H_
3
4 #include "stats.h"
5
6 struct cache_set;
7 struct cached_dev;
8 struct bcache_device;
9 struct kmem_cache;
10
11 unsigned bch_get_congested(struct cache_set *);
12
13 void bch_cached_dev_request_init(struct cached_dev *dc);
14 void bch_blockdev_volume_request_init(struct bcache_device *d);
15
16 #endif /* _BCACHE_REQUEST_H_ */