Home
last modified time | relevance | path

Searched defs:stripe_head_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/md/
Draid5.h277 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;
291 unsigned long ops_request;
293 struct md_rdev *blocked_rdev;
[all …]
/kernel/linux/linux-5.10/drivers/md/
Draid5.h276 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;
290 unsigned long ops_request;
292 struct md_rdev *blocked_rdev;
[all …]