Home
last modified time | relevance | path

Searched refs:fscache_n_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/fscache/
H A Dstats.c43 atomic_t fscache_n_write; variable
44 EXPORT_SYMBOL(fscache_n_write);
98 atomic_read(&fscache_n_write)); in fscache_stats_show()
/openbmc/linux/include/linux/
H A Dfscache-cache.h194 extern atomic_t fscache_n_write;
199 #define fscache_count_write() atomic_inc(&fscache_n_write)