Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.c889 struct stripe_head *head_sh = sh; in ops_run_io() local
901 sh = head_sh; in ops_run_io()
939 if (test_bit(R5_ReadRepl, &head_sh->dev[i].flags) && rrdev) in ops_run_io()
1010 if (sh != head_sh) in ops_run_io()
1011 atomic_inc(&head_sh->count); in ops_run_io()
1018 if (test_bit(R5_ReadNoMerge, &head_sh->dev[i].flags)) in ops_run_io()
1062 if (sh != head_sh) in ops_run_io()
1063 atomic_inc(&head_sh->count); in ops_run_io()
1098 if (!head_sh->batch_head) in ops_run_io()
1102 if (sh != head_sh) in ops_run_io()
[all …]
Draid5.h631 extern int r5l_write_stripe(struct r5l_log *log, struct stripe_head *head_sh);