Lines Matching refs:submit

1366 	struct async_submit_ctl submit;  in async_copy_data()  local
1377 init_async_submit(&submit, flags, tx, NULL, NULL, NULL); in async_copy_data()
1406 b_offset, clen, &submit); in async_copy_data()
1409 page_offset + poff, clen, &submit); in async_copy_data()
1412 submit.depend_tx = tx; in async_copy_data()
1463 struct async_submit_ctl submit; in ops_run_biofill() local
1490 init_async_submit(&submit, ASYNC_TX_ACK, tx, ops_complete_biofill, sh, NULL); in ops_run_biofill()
1491 async_trigger_callback(&submit); in ops_run_biofill()
1559 struct async_submit_ctl submit; in ops_run_compute5() local
1577 init_async_submit(&submit, ASYNC_TX_FENCE|ASYNC_TX_XOR_ZERO_DST, NULL, in ops_run_compute5()
1581 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()
1584 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()
1653 struct async_submit_ctl submit; in ops_run_compute6_1() local
1683 init_async_submit(&submit, ASYNC_TX_FENCE, NULL, in ops_run_compute6_1()
1687 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute6_1()
1698 init_async_submit(&submit, ASYNC_TX_FENCE|ASYNC_TX_XOR_ZERO_DST, in ops_run_compute6_1()
1702 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute6_1()
1722 struct async_submit_ctl submit; in ops_run_compute6_2() local
1765 init_async_submit(&submit, ASYNC_TX_FENCE, NULL, in ops_run_compute6_2()
1770 &submit); in ops_run_compute6_2()
1792 init_async_submit(&submit, in ops_run_compute6_2()
1798 &submit); in ops_run_compute6_2()
1801 init_async_submit(&submit, ASYNC_TX_FENCE, tx, in ops_run_compute6_2()
1806 &submit); in ops_run_compute6_2()
1809 init_async_submit(&submit, ASYNC_TX_FENCE, NULL, in ops_run_compute6_2()
1817 blocks, offs, &submit); in ops_run_compute6_2()
1823 blocks, offs, &submit); in ops_run_compute6_2()
1851 struct async_submit_ctl submit; in ops_run_prexor5() local
1877 init_async_submit(&submit, ASYNC_TX_FENCE|ASYNC_TX_XOR_DROP_DST, tx, in ops_run_prexor5()
1880 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_prexor5()
1892 struct async_submit_ctl submit; in ops_run_prexor6() local
1899 init_async_submit(&submit, ASYNC_TX_FENCE|ASYNC_TX_PQ_XOR_DST, tx, in ops_run_prexor6()
1902 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_prexor6()
2033 struct async_submit_ctl submit; in ops_run_reconstruct5() local
2102 init_async_submit(&submit, flags, tx, ops_complete_reconstruct, head_sh, in ops_run_reconstruct5()
2106 init_async_submit(&submit, flags, tx, NULL, NULL, in ops_run_reconstruct5()
2112 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_reconstruct5()
2115 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_reconstruct5()
2128 struct async_submit_ctl submit; in ops_run_reconstruct6() local
2172 init_async_submit(&submit, txflags, tx, ops_complete_reconstruct, in ops_run_reconstruct6()
2175 init_async_submit(&submit, 0, tx, NULL, NULL, in ops_run_reconstruct6()
2178 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_reconstruct6()
2209 struct async_submit_ctl submit; in ops_run_check_p() local
2229 init_async_submit(&submit, 0, NULL, NULL, NULL, in ops_run_check_p()
2233 &sh->ops.zero_sum_result, &submit); in ops_run_check_p()
2236 init_async_submit(&submit, ASYNC_TX_ACK, tx, ops_complete_check, sh, NULL); in ops_run_check_p()
2237 tx = async_trigger_callback(&submit); in ops_run_check_p()
2244 struct async_submit_ctl submit; in ops_run_check_pq() local
2256 init_async_submit(&submit, ASYNC_TX_ACK, NULL, ops_complete_check, in ops_run_check_pq()
2260 &sh->ops.zero_sum_result, percpu->spare_page, 0, &submit); in ops_run_check_pq()
4540 struct async_submit_ctl submit; in handle_stripe_expansion() local
4561 init_async_submit(&submit, 0, tx, NULL, NULL, NULL); in handle_stripe_expansion()
4565 &submit); in handle_stripe_expansion()