Searched refs:rcw (Results 1 – 2 of 2) sorted by relevance
134 label = "rcw";
3326 int rcw, int expand) in schedule_reconstruction() argument3332 if (rcw) { in schedule_reconstruction()4104 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local4121 rcw = 1; rmw = 2; in handle_stripe_dirtying()4128 rcw = 1; rmw = 2; in handle_stripe_dirtying()4152 rcw++; in handle_stripe_dirtying()4154 rcw += 2*disks; in handle_stripe_dirtying()4159 (unsigned long long)sh->sector, sh->state, rmw, rcw); in handle_stripe_dirtying()4161 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_PREFER_RMW)) && rmw > 0) { in handle_stripe_dirtying()4217 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_PREFER_RMW)) && rcw > 0) { in handle_stripe_dirtying()[all …]