Searched refs:new_stripe_alloc_buckets (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | ec.c | 1877 static int new_stripe_alloc_buckets(struct btree_trans *trans, in new_stripe_alloc_buckets() function 2184 ret = new_stripe_alloc_buckets(trans, h, s, BCH_WATERMARK_stripe, NULL) ?: in bch2_ec_stripe_head_get() 2204 ret = new_stripe_alloc_buckets(trans, h, s, watermark, NULL) ?: in bch2_ec_stripe_head_get() 2223 ret = new_stripe_alloc_buckets(trans, h, s, watermark, cl); in bch2_ec_stripe_head_get()
|