2019-07-10 23:12:15 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2017-10-06 01:41:44 +03:00
|
|
|
#ifndef _BCACHEFS_MOVINGGC_H
|
|
|
|
#define _BCACHEFS_MOVINGGC_H
|
2017-01-08 12:13:18 +03:00
|
|
|
|
2022-08-11 03:28:55 +03:00
|
|
|
unsigned long bch2_copygc_wait_amount(struct bch_fs *);
|
2023-03-03 08:39:26 +03:00
|
|
|
void bch2_copygc_wait_to_text(struct printbuf *, struct bch_fs *);
|
|
|
|
|
2020-08-24 23:05:04 +03:00
|
|
|
void bch2_copygc_stop(struct bch_fs *);
|
|
|
|
int bch2_copygc_start(struct bch_fs *);
|
|
|
|
void bch2_fs_copygc_init(struct bch_fs *);
|
2017-01-08 12:13:18 +03:00
|
|
|
|
2017-10-06 01:41:44 +03:00
|
|
|
#endif /* _BCACHEFS_MOVINGGC_H */
|