Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Draid5.h438 atomic_t active_stripes; member
Draid5.c197 BUG_ON(atomic_read(&conf->active_stripes)==0); in __release_stripe()
217 atomic_dec(&conf->active_stripes); in __release_stripe()
269 atomic_inc(&conf->active_stripes); in get_free_stripe()
467 (atomic_read(&conf->active_stripes) in get_active_stripe()
481 atomic_inc(&conf->active_stripes); in get_active_stripe()
1429 atomic_inc(&conf->active_stripes); in grow_one_stripe()
1641 atomic_dec(&conf->active_stripes); in drop_one_stripe()
4646 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
4838 atomic_set(&conf->active_stripes, 0); in setup_conf()
5703 atomic_read(&conf->active_stripes) == 0 && in raid5_quiesce()