Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dreplicas.h31 bool bch2_replicas_marked(struct bch_fs *, struct bch_replicas_entry_v1 *);
H A 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()
H A Djournal_io.c1417 !bch2_replicas_marked(c, &replicas.e) && in bch2_journal_read()