Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Draid5.h442 int inactive_blocked; /* release of inactive stripes blocked, member
Draid5.c459 if (!conf->inactive_blocked) in get_active_stripe()
464 conf->inactive_blocked = 1; in get_active_stripe()
469 || !conf->inactive_blocked), in get_active_stripe()
472 conf->inactive_blocked = 0; in get_active_stripe()
3655 if (conf->inactive_blocked) in md_raid5_congested()