Lines Matching refs:batch_list
971 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
977 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1366 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1367 batch_list); in ops_run_io()
1985 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1987 batch_list); in ops_run_biodrain()
2114 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2115 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2137 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2138 batch_list); in ops_run_reconstruct5()
2186 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
2187 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
2200 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
2201 batch_list); in ops_run_reconstruct6()
2373 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
4107 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4109 batch_list); in handle_stripe_clean_event()
4145 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4146 struct stripe_head, batch_list); in handle_stripe_clean_event()
4906 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4925 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4927 list_del_init(&sh->batch_list); in break_stripe_batch_list()