Home
last modified time | relevance | path

Searched refs:head_sh (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/md/
Draid5.c988 struct stripe_head *head_sh = sh; in ops_run_io() local
1005 sh = head_sh; in ops_run_io()
1042 if (test_bit(R5_ReadRepl, &head_sh->dev[i].flags) && rrdev) in ops_run_io()
1112 if (sh != head_sh) in ops_run_io()
1113 atomic_inc(&head_sh->count); in ops_run_io()
1120 if (test_bit(R5_ReadNoMerge, &head_sh->dev[i].flags)) in ops_run_io()
1179 if (sh != head_sh) in ops_run_io()
1180 atomic_inc(&head_sh->count); in ops_run_io()
1220 if (!head_sh->batch_head) in ops_run_io()
1224 if (sh != head_sh) in ops_run_io()
[all …]
Draid5-log.h7 extern int r5l_write_stripe(struct r5l_log *log, struct stripe_head *head_sh);