Searched refs:r5c_cached_partial_stripes (Results 1 – 3 of 3) sorted by relevance
656 atomic_t r5c_cached_partial_stripes; member
336 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_check_stripe_cache_usage()1439 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_do_reclaim()2729 atomic_inc(&conf->r5c_cached_partial_stripes); in r5c_try_caching_write()2870 BUG_ON(atomic_read(&conf->r5c_cached_partial_stripes) == 0); in r5c_finish_stripe_write_out()2872 atomic_dec(&conf->r5c_cached_partial_stripes); in r5c_finish_stripe_write_out()
282 atomic_dec(&conf->r5c_cached_partial_stripes); in do_release_stripe()7011 atomic_set(&conf->r5c_cached_partial_stripes, 0); in setup_conf()7613 atomic_read(&conf->r5c_cached_partial_stripes)) { in raid5_remove_disk()