Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_stats.c31 atomic_t fscache_n_updates; variable
32 EXPORT_SYMBOL(fscache_n_updates);
84 atomic_read(&fscache_n_updates), in fscache_stats_show()
/linux/include/linux/
H A Dfscache.h341 extern atomic_t fscache_n_updates;
349 atomic_inc(&fscache_n_updates); in __fscache_update_cookie()