summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bch2.h
blob: 40d30db8a43a7ce02f645542d3af03cba7fbc45f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHE_BCH2_H
#define _BCACHE_BCH2_H

void bch2_cached_dev_make_request(struct cached_dev *dc, struct bio *bio);
int bch2_cached_dev_attach(struct cached_dev *dc, uint8_t *fs_uuid);

void bch2_request_exit(struct cached_dev *dc);
int bch2_request_init(struct cached_dev *dc);

#endif /* _BCACHE_BCH2_H_ */