Searched defs:stripe_head_state (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/md/ | 
| D | raid5.h | 267 struct stripe_head_state {  struct 274 	int syncing, expanding, expanded, replacing; 275 	int locked, uptodate, to_read, to_write, failed, written; 276 	int to_fill, compute, req_compute, non_overwrite; 277 	int injournal, just_cached; 278 	int failed_num[2]; 279 	int p_failed, q_failed; 280 	int dec_preread_active; 281 	unsigned long ops_request; 283 	struct md_rdev *blocked_rdev; [all …] 
 |