Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.c2858 int rcw, int expand) in schedule_reconstruction() argument
2864 if (rcw) { in schedule_reconstruction()
3560 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local
3576 rcw = 1; rmw = 2; in handle_stripe_dirtying()
3599 rcw++; in handle_stripe_dirtying()
3601 rcw += 2*disks; in handle_stripe_dirtying()
3605 (unsigned long long)sh->sector, rmw, rcw); in handle_stripe_dirtying()
3607 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_ENABLE_RMW)) && rmw > 0) { in handle_stripe_dirtying()
3634 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_ENABLE_RMW)) && rcw > 0) { in handle_stripe_dirtying()
3637 rcw = 0; in handle_stripe_dirtying()
[all …]