Searched refs:bch2_update_replicas_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbuckets.h329 int bch2_update_replicas_list(struct btree_trans *,
H A Dbuckets.c462 int bch2_update_replicas_list(struct btree_trans *trans, function
496 return bch2_update_replicas_list(trans, &r.e, sectors);
917 ret = bch2_update_replicas_list(trans, &r.e, sectors);
1017 ? bch2_update_replicas_list(trans, &r.e, dirty_sectors)
H A Dec.c335 int ret = bch2_update_replicas_list(trans, &r.e, sectors * new_s->nr_redundant);
345 int ret = bch2_update_replicas_list(trans, &r.e, sectors * old_s->nr_redundant);

Completed in 118 milliseconds