Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5.c3086 int rcw, int expand) in schedule_reconstruction() argument
3092 if (rcw) { in schedule_reconstruction()
3863 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local
3879 rcw = 1; rmw = 2; in handle_stripe_dirtying()
3904 rcw++; in handle_stripe_dirtying()
3906 rcw += 2*disks; in handle_stripe_dirtying()
3911 (unsigned long long)sh->sector, sh->state, rmw, rcw); in handle_stripe_dirtying()
3913 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_PREFER_RMW)) && rmw > 0) { in handle_stripe_dirtying()
3972 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_PREFER_RMW)) && rcw > 0) { in handle_stripe_dirtying()
3975 rcw = 0; in handle_stripe_dirtying()
[all …]