Searched refs:rcw (Results 1 – 1 of 1) sorted by relevance
2860 int rcw, int expand) in schedule_reconstruction() argument2866 if (rcw) { in schedule_reconstruction()3554 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local3570 rcw = 1; rmw = 2; in handle_stripe_dirtying()3593 rcw++; in handle_stripe_dirtying()3595 rcw += 2*disks; in handle_stripe_dirtying()3599 (unsigned long long)sh->sector, rmw, rcw); in handle_stripe_dirtying()3601 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()3631 rcw = 0; in handle_stripe_dirtying()[all …]