Lines Matching defs:ec_stripe_new
194 struct ec_stripe_new { struct
195 struct bch_fs *c;
196 struct ec_stripe_head *h;
197 struct mutex lock;
198 struct list_head list;
200 struct hlist_node hash;
201 u64 idx;
203 struct closure iodone;
205 atomic_t ref[STRIPE_REF_NR];
207 int err;
209 u8 nr_data;
210 u8 nr_parity;
211 bool allocated;
212 bool pending;
213 bool have_existing_stripe;
215 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
216 unsigned long blocks_allocated[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
217 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX];
218 struct disk_reservation res;
220 struct ec_stripe_buf new_stripe;
221 struct ec_stripe_buf existing_stripe;