Lines Matching refs:batch_list
896 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
902 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1295 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1296 batch_list); in ops_run_io()
1914 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1916 batch_list); in ops_run_biodrain()
2043 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2044 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2066 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2067 batch_list); in ops_run_reconstruct5()
2115 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
2116 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
2129 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
2130 batch_list); in ops_run_reconstruct6()
2303 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
4005 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4007 batch_list); in handle_stripe_clean_event()
4043 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
4044 struct stripe_head, batch_list); in handle_stripe_clean_event()
4803 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4822 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4824 list_del_init(&sh->batch_list); in break_stripe_batch_list()