Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dreplicas.h54 int bch2_replicas_gc2(struct bch_fs *);
H A Dmove.c1074 ret = bch2_replicas_gc2(c) ?: ret; in bch2_data_job()
1090 ret = bch2_replicas_gc2(c) ?: ret; in bch2_data_job()
1102 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.c1662 ret = bch2_replicas_gc2(c); in bch2_dev_remove()