Lines Matching refs:batch_list
978 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
984 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1373 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1374 batch_list); in ops_run_io()
1992 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1994 batch_list); in ops_run_biodrain()
2121 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2122 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2144 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2145 batch_list); in ops_run_reconstruct5()
2193 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
2194 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
2207 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
2208 batch_list); in ops_run_reconstruct6()
2380 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
4114 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4116 batch_list); in handle_stripe_clean_event()
4152 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4153 struct stripe_head, batch_list); in handle_stripe_clean_event()
4913 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4932 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4934 list_del_init(&sh->batch_list); in break_stripe_batch_list()