Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.c887 struct stripe_head *head_sh = sh; in ops_run_io() local
897 sh = head_sh; in ops_run_io()
935 if (test_bit(R5_ReadRepl, &head_sh->dev[i].flags) && rrdev) in ops_run_io()
1006 if (sh != head_sh) in ops_run_io()
1007 atomic_inc(&head_sh->count); in ops_run_io()
1014 if (test_bit(R5_ReadNoMerge, &head_sh->dev[i].flags)) in ops_run_io()
1058 if (sh != head_sh) in ops_run_io()
1059 atomic_inc(&head_sh->count); in ops_run_io()
1094 if (!head_sh->batch_head) in ops_run_io()
1098 if (sh != head_sh) in ops_run_io()
[all …]