Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c1142 struct stripe_head *head_sh = sh; in ops_run_io() local
1161 sh = head_sh; in ops_run_io()
1193 if (test_bit(R5_ReadRepl, &head_sh->dev[i].flags) && rrdev) in ops_run_io()
1255 if (sh != head_sh) in ops_run_io()
1256 atomic_inc(&head_sh->count); in ops_run_io()
1263 if (test_bit(R5_ReadNoMerge, &head_sh->dev[i].flags)) in ops_run_io()
1311 if (sh != head_sh) in ops_run_io()
1312 atomic_inc(&head_sh->count); in ops_run_io()
1345 if (!head_sh->batch_head) in ops_run_io()
1349 if (sh != head_sh) in ops_run_io()
1913 struct stripe_head *head_sh = sh; ops_run_biodrain() local
2040 struct stripe_head *head_sh = sh; ops_run_reconstruct5() local
2132 struct stripe_head *head_sh = sh; ops_run_reconstruct6() local
3988 struct stripe_head *head_sh = sh; handle_stripe_clean_event() local
4824 break_stripe_batch_list(struct stripe_head * head_sh,unsigned long handle_flags) break_stripe_batch_list() argument
[all...]
H A Draid5-log.h7 int r5l_write_stripe(struct r5l_log *log, struct stripe_head *head_sh);