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