Lines Matching defs:ec_stripe_new
156 struct ec_stripe_new { struct
157 struct bch_fs *c;
158 struct ec_stripe_head *h;
159 struct mutex lock;
160 struct list_head list;
162 struct hlist_node hash;
163 u64 idx;
165 struct closure iodone;
167 atomic_t ref[STRIPE_REF_NR];
169 int err;
171 u8 nr_data;
172 u8 nr_parity;
173 bool allocated;
174 bool pending;
175 bool have_existing_stripe;
177 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
178 unsigned long blocks_allocated[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
179 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX];
180 struct disk_reservation res;
182 struct ec_stripe_buf new_stripe;
183 struct ec_stripe_buf existing_stripe;