bcachefs-tools/libbcache/request.h

17 lines
351 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_REQUEST_H_
#define _BCACHE_REQUEST_H_
#include "stats.h"
2017-03-11 00:40:01 +03:00
struct bch_fs;
2017-01-08 12:13:18 +03:00
struct cached_dev;
struct bcache_device;
struct kmem_cache;
2017-03-11 00:40:01 +03:00
unsigned bch_get_congested(struct bch_fs *);
2017-01-08 12:13:18 +03:00
void bch_cached_dev_request_init(struct cached_dev *dc);
void bch_blockdev_volume_request_init(struct bcache_device *d);
#endif /* _BCACHE_REQUEST_H_ */