Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c1143 struct stripe_head *head_sh = sh; in ops_run_io() local
1162 sh = head_sh; in ops_run_io()
1194 if (test_bit(R5_ReadRepl, &head_sh->dev[i].flags) && rrdev) in ops_run_io()
1260 if (sh != head_sh) in ops_run_io()
1261 atomic_inc(&head_sh->count); in ops_run_io()
1268 if (test_bit(R5_ReadNoMerge, &head_sh->dev[i].flags)) in ops_run_io()
1320 if (sh != head_sh) in ops_run_io()
1321 atomic_inc(&head_sh->count); in ops_run_io()
1356 if (!head_sh->batch_head) in ops_run_io()
1360 if (sh != head_sh) in ops_run_io()
[all …]
H A Draid5-log.h7 int r5l_write_stripe(struct r5l_log *log, struct stripe_head *head_sh);