Lines Matching defs:ec_stripe_new
153 struct ec_stripe_new { struct
154 struct bch_fs *c;
155 struct ec_stripe_head *h;
156 struct mutex lock;
157 struct list_head list;
159 struct hlist_node hash;
160 u64 idx;
162 struct closure iodone;
164 atomic_t ref[STRIPE_REF_NR];
166 int err;
168 u8 nr_data;
169 u8 nr_parity;
170 bool allocated;
171 bool pending;
172 bool have_existing_stripe;
174 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
175 unsigned long blocks_allocated[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)];
176 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX];
200 struct ec_stripe_new *s; argument