Searched defs:stripe_head_state (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
A D | raid5.h | 276 struct stripe_head_state { struct 283 int syncing, expanding, expanded, replacing; 284 int locked, uptodate, to_read, to_write, failed, written; 285 int to_fill, compute, req_compute, non_overwrite; 286 int injournal, just_cached; 287 int failed_num[2]; 288 int p_failed, q_failed; 289 int dec_preread_active; 293 int handle_bad_blocks; 294 int log_failed; [all …]
|
Completed in 9 milliseconds