/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_BBPOS_H #define _BCACHEFS_BBPOS_H #include "bbpos_types.h" #include "bkey_methods.h" #include "btree_cache.h" static inline int bbpos_cmp(struct bbpos l, struct bbpos r) { … } static inline struct bbpos bbpos_successor(struct bbpos pos) { … } static inline void bch2_bbpos_to_text(struct printbuf *out, struct bbpos pos) { … } #endif /* _BCACHEFS_BBPOS_H */