Searched refs:r5c_cached_partial_stripes (Results 1 – 3 of 3) sorted by relevance
662 atomic_t r5c_cached_partial_stripes; member
334 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_check_stripe_cache_usage()1437 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_do_reclaim()2727 atomic_inc(&conf->r5c_cached_partial_stripes); in r5c_try_caching_write()2868 BUG_ON(atomic_read(&conf->r5c_cached_partial_stripes) == 0); in r5c_finish_stripe_write_out()2870 atomic_dec(&conf->r5c_cached_partial_stripes); in r5c_finish_stripe_write_out()
291 atomic_dec(&conf->r5c_cached_partial_stripes); in do_release_stripe()7570 atomic_set(&conf->r5c_cached_partial_stripes, 0); in setup_conf()8200 atomic_read(&conf->r5c_cached_partial_stripes)) { in raid5_remove_disk()