diff options
Diffstat (limited to 'libbcachefs/lru.h')
-rw-r--r-- | libbcachefs/lru.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbcachefs/lru.h b/libbcachefs/lru.h index 425ba732..5bd8974a 100644 --- a/libbcachefs/lru.h +++ b/libbcachefs/lru.h @@ -49,6 +49,9 @@ int bch2_lru_del(struct btree_trans *, u16, u64, u64); int bch2_lru_set(struct btree_trans *, u16, u64, u64); int bch2_lru_change(struct btree_trans *, u16, u64, u64, u64); +struct bkey_buf; +int bch2_lru_check_set(struct btree_trans *, u16, u64, struct bkey_s_c, struct bkey_buf *); + int bch2_check_lrus(struct bch_fs *); #endif /* _BCACHEFS_LRU_H */ |