Home
last modified time | relevance | path

Searched refs:PARITY_ENABLE_RMW (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Draid5.h367 PARITY_ENABLE_RMW, enumerator
Draid5.c3601 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_ENABLE_RMW)) && rmw > 0) { in handle_stripe_dirtying()
3628 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_ENABLE_RMW)) && rcw > 0) { in handle_stripe_dirtying()
5986 new != PARITY_ENABLE_RMW && in raid5_store_rmw_level()
6559 conf->rmw_level = PARITY_ENABLE_RMW; in setup_conf()
6564 conf->rmw_level = PARITY_ENABLE_RMW; in setup_conf()