Home
last modified time | relevance | path

Searched refs:n_volumes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dfscache-cache.h41 atomic_t n_volumes; /* Number of active volumes; */ member
/openbmc/linux/fs/fscache/
H A Dvolume.c262 atomic_inc(&cache->n_volumes); in fscache_alloc_volume()
405 atomic_dec(&volume->cache->n_volumes); in fscache_free_volume()
H A Dcache.c397 atomic_read(&cache->n_volumes), in fscache_caches_seq_show()