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

/linux-master/fs/bcachefs/
H A Djournal_io.c1442 unsigned replicas_want)
1449 if (*replicas >= replicas_want)
1486 if (*replicas >= replicas_want)
1509 unsigned i, replicas = 0, replicas_want = local
1511 unsigned replicas_need = min_t(unsigned, replicas_want,
1521 sectors, &replicas, replicas_want);
1523 if (replicas >= replicas_want)
1549 sectors, &replicas, replicas_want);
1551 if (replicas < replicas_want && target) {
1437 __journal_write_alloc(struct journal *j, struct journal_buf *w, struct dev_alloc_list *devs_sorted, unsigned sectors, unsigned *replicas, unsigned replicas_want) argument

Completed in 159 milliseconds