]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/replicas.h
New upstream snapshot
[bcachefs-tools-debian] / libbcachefs / replicas.h
index 72ac544f16d8d43cf0d456fba1716e79c3929347..d237d7c51ccb9b9faa771e72ba123fb505914c16 100644 (file)
@@ -48,12 +48,9 @@ replicas_delta_next(struct replicas_delta *d)
        return (void *) d + replicas_entry_bytes(&d->r) + 8;
 }
 
-bool bch2_replicas_delta_list_marked(struct bch_fs *, struct replicas_delta_list *);
 int bch2_replicas_delta_list_mark(struct bch_fs *, struct replicas_delta_list *);
 
 void bch2_bkey_to_replicas(struct bch_replicas_entry *, struct bkey_s_c);
-bool bch2_bkey_replicas_marked(struct bch_fs *, struct bkey_s_c);
-int bch2_mark_bkey_replicas(struct bch_fs *, struct bkey_s_c);
 
 static inline void bch2_replicas_entry_cached(struct bch_replicas_entry *e,
                                              unsigned dev)