Lines Matching refs:batch_list
824 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
832 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1096 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1097 batch_list); in ops_run_io()
1641 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1643 batch_list); in ops_run_biodrain()
1757 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
1758 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
1778 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
1779 batch_list); in ops_run_reconstruct5()
1825 list_first_entry(&sh->batch_list, in ops_run_reconstruct6()
1826 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct6()
1838 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct6()
1839 batch_list); in ops_run_reconstruct6()
1989 INIT_LIST_HEAD(&sh->batch_list); in alloc_stripe()
3492 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
3494 batch_list); in handle_stripe_clean_event()
3529 sh = list_first_entry(&sh->batch_list, in handle_stripe_clean_event()
3530 struct stripe_head, batch_list); in handle_stripe_clean_event()
4209 list_for_each_entry(tmp, &sh->batch_list, batch_list) in clear_batch_ready()
4228 list_for_each_entry_safe(sh, next, &head_sh->batch_list, batch_list) { in break_stripe_batch_list()
4230 list_del_init(&sh->batch_list); in break_stripe_batch_list()