Searched refs:ptr_idx (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | ec.c | 185 unsigned ptr_idx, bool deleting, in __mark_stripe_bucket() argument 190 const struct bch_extent_ptr *ptr = s.v->ptrs + ptr_idx; in __mark_stripe_bucket() 192 bool parity = ptr_idx >= nr_data; in __mark_stripe_bucket() 282 unsigned ptr_idx, bool deleting, in mark_stripe_bucket() argument 286 const struct bch_extent_ptr *ptr = s.v->ptrs + ptr_idx; in mark_stripe_bucket() 303 __mark_stripe_bucket(trans, ca, s, ptr_idx, deleting, bucket, &a->v, flags); in mark_stripe_bucket() 318 ret = __mark_stripe_bucket(trans, ca, s, ptr_idx, deleting, bucket, &new, flags); in mark_stripe_bucket()
|