Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dreplicas.h54 int bch2_replicas_gc2(struct bch_fs *);
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()
Dreplicas.c448 int bch2_replicas_gc2(struct bch_fs *c) in bch2_replicas_gc2() function
Dsuper.c1662 ret = bch2_replicas_gc2(c); in bch2_dev_remove()