Searched refs:r5c_cached_partial_stripes (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Draid5.h662 atomic_t r5c_cached_partial_stripes; member in struct:r5conf
H A Draid5-cache.c335 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
1361 * the stripe must be on r5c_cached_full_stripes or r5c_cached_partial_stripes.
1438 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
2722 atomic_inc(&conf->r5c_cached_partial_stripes);
2863 BUG_ON(atomic_read(&conf->r5c_cached_partial_stripes) == 0);
2865 atomic_dec(&conf->r5c_cached_partial_stripes);
H A Draid5.c293 atomic_dec(&conf->r5c_cached_partial_stripes);
7550 atomic_set(&conf->r5c_cached_partial_stripes, 0);
8148 atomic_read(&conf->r5c_cached_partial_stripes)) {

Completed in 149 milliseconds