Searched refs:prexor (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
H A Draid5.c1707 int prexor = 0; ops_run_reconstruct5() local
1731 /* check if prexor is active which means only process blocks ops_run_reconstruct5()
1735 prexor = 1; ops_run_reconstruct5()
1751 /* 1/ if we prexor'd then the dest is reused as a source ops_run_reconstruct5()
1752 * 2/ if we did not prexor then we are redoing the parity ops_run_reconstruct5()
1761 (prexor ? ASYNC_TX_XOR_DROP_DST : ASYNC_TX_XOR_ZERO_DST); ops_run_reconstruct5()
1767 flags = prexor ? ASYNC_TX_XOR_DROP_DST : ASYNC_TX_XOR_ZERO_DST; ops_run_reconstruct5()
4287 int prexor; handle_stripe() local
4369 prexor = 0; handle_stripe()
4371 prexor = 1; handle_stripe()
4391 if (prexor) handle_stripe()
H A Draid5.h189 reconstruct_state_prexor_drain_run, /* prexor-write */

Completed in 106 milliseconds