Home
last modified time | relevance | path

Searched refs:bch2_replicas_gc2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dreplicas.h54 int bch2_replicas_gc2(struct bch_fs *);
H A Dmove.c1250 ret = bch2_replicas_gc2(c) ?: ret; in bch2_data_job()
1266 ret = bch2_replicas_gc2(c) ?: ret; in bch2_data_job()
1278 ret = bch2_replicas_gc2(c) ?: ret; in bch2_data_job()
H A Dreplicas.c448 int bch2_replicas_gc2(struct bch_fs *c) in bch2_replicas_gc2() function
H A Dsuper.c1714 ret = bch2_replicas_gc2(c); in bch2_dev_remove()