Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfscache-cache.h41 atomic_t n_volumes; /* Number of active volumes; */ member
/linux-6.12.1/fs/netfs/
Dfscache_volume.c262 atomic_inc(&cache->n_volumes); in fscache_alloc_volume()
406 atomic_dec(&volume->cache->n_volumes); in fscache_free_volume()
Dfscache_cache.c397 atomic_read(&cache->n_volumes), in fscache_caches_seq_show()