1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_BTREE_GC_TYPES_H
3 #define _BCACHEFS_BTREE_GC_TYPES_H
5 #include <linux/generic-radix-tree.h>
14 #define x(n) GC_PHASE_##n,
20 enum gc_phase phase:8;
21 enum btree_id btree:8;
32 typedef GENRADIX(struct reflink_gc) reflink_gc_table;
34 #endif /* _BCACHEFS_BTREE_GC_TYPES_H */