Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid5.c584 BUG_ON(sh->batch_head); in init_stripe()
947 if (sh->batch_head) in stripe_add_to_batch_list()
957 if (head->batch_head) { in stripe_add_to_batch_list()
971 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
981 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
1475 BUG_ON(sh->batch_head); in ops_run_biofill()
1570 BUG_ON(sh->batch_head); in ops_run_compute5()
2910 if (sh->batch_head && sh != sh->batch_head) in raid5_end_write_request()
3450 if (sh->batch_head) in stripe_bio_overlaps()
4804 return (sh->batch_head && sh->batch_head != sh); in clear_batch_ready()
[all …]
H A Draid5.h226 struct stripe_head *batch_head; /* protected by stripe lock */ member