Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h627 atomic_t reshape_stripes; /* stripes with pending writes for reshape */ member
H A Draid5.c3777 atomic_dec(&conf->reshape_stripes); in handle_failed_reshape()
3806 atomic_dec(&conf->reshape_stripes); in handle_failed_reshape()
5325 atomic_dec(&conf->reshape_stripes); in handle_stripe()
6515 atomic_read(&conf->reshape_stripes)==0 in reshape_request()
6517 if (atomic_read(&conf->reshape_stripes) != 0) in reshape_request()
6558 atomic_inc(&conf->reshape_stripes); in reshape_request()
6631 atomic_read(&conf->reshape_stripes) == 0 in reshape_request()
6633 if (atomic_read(&conf->reshape_stripes) != 0) in reshape_request()
8232 atomic_set(&conf->reshape_stripes, 0); in raid5_run()
8691 atomic_set(&conf->reshape_stripes, 0); in raid5_start_reshape()