Lines Matching refs:batch_list
826 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
834 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1100 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1101 batch_list); in ops_run_io()
1643 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1645 batch_list); in ops_run_biodrain()
1759 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
1760 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
1780 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
1781 batch_list); in ops_run_reconstruct5()
1827 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
1828 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
1840 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
1841 batch_list); in ops_run_reconstruct6()
1991 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
3495 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
3497 batch_list); in handle_stripe_clean_event()
3535 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
3536 struct stripe_head, batch_list); in handle_stripe_clean_event()
4218 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4237 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4239 list_del_init(&sh->batch_list); in break_stripe_batch_list()