13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _BCACHEFS_MOVINGGC_H3#define _BCACHEFS_MOVINGGC_H4 5unsigned long bch2_copygc_wait_amount(struct bch_fs *);6void bch2_copygc_wait_to_text(struct printbuf *, struct bch_fs *);7 8void bch2_copygc_stop(struct bch_fs *);9int bch2_copygc_start(struct bch_fs *);10void bch2_fs_copygc_init(struct bch_fs *);11 12#endif /* _BCACHEFS_MOVINGGC_H */13