Home
last modified time | relevance | path

Searched refs:bch2_replicas_marked (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dreplicas.h31 bool bch2_replicas_marked(struct bch_fs *, struct bch_replicas_entry_v1 *);
Dreplicas.c286 bool bch2_replicas_marked(struct bch_fs *c, in bch2_replicas_marked() function
361 return likely(bch2_replicas_marked(c, r)) in bch2_mark_replicas()
Djournal_io.c1396 !bch2_replicas_marked(c, &replicas.e) && in bch2_journal_read()