Home
last modified time | relevance | path

Searched refs:bch2_mark_replicas (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dreplicas.h32 int bch2_mark_replicas(struct bch_fs *,
H A Ddisk_accounting.c292 ? bch2_mark_replicas(c, &r.e) in bch2_accounting_update_sb_one()
670 ret = bch2_mark_replicas(c, &r.e); in bch2_disk_accounting_validate_late()
H A Djournal_io.c1450 ret = bch2_mark_replicas(c, &replicas.e); in bch2_journal_read()
1651 err = bch2_mark_replicas(c, &replicas.e); in CLOSURE_CALLBACK()
2142 ret = bch2_mark_replicas(c, &replicas.e); in CLOSURE_CALLBACK()
H A Djournal_reclaim.c975 ret = bch2_mark_replicas(c, &replicas.e); in bch2_journal_flush_device_pins()
H A Dreplicas.c359 int bch2_mark_replicas(struct bch_fs *c, struct bch_replicas_entry_v1 *r) in bch2_mark_replicas() function