Lines Matching refs:batch_list
977 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
983 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1347 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1348 batch_list); in ops_run_io()
1966 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1968 batch_list); in ops_run_biodrain()
2095 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2096 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2118 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2119 batch_list); in ops_run_reconstruct5()
2167 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
2168 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
2181 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
2182 batch_list); in ops_run_reconstruct6()
2354 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
4021 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4023 batch_list); in handle_stripe_clean_event()
4059 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4060 struct stripe_head, batch_list); in handle_stripe_clean_event()
4812 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4830 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4832 list_del_init(&sh->batch_list); in break_stripe_batch_list()