Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_cookie.c63 fscache_stat(&fscache_n_cookies_lru_removed); in fscache_free_cookie()
338 fscache_stat(&fscache_n_cookies); in fscache_alloc_cookie()
468 fscache_stat(&fscache_n_acquires); in __fscache_acquire_cookie()
475 fscache_stat(&fscache_n_acquires_oom); in __fscache_acquire_cookie()
486 fscache_stat(&fscache_n_acquires_ok); in __fscache_acquire_cookie()
653 fscache_stat(&fscache_n_cookies_lru); in fscache_unuse_cookie_locked()
869 fscache_stat(&fscache_n_cookies_lru_removed); in fscache_cookie_lru_do_one()
873 fscache_stat(&fscache_n_cookies_lru_expired); in fscache_cookie_lru_do_one()
921 fscache_stat(&fscache_n_cookies_lru_dropped); in fscache_cookie_drop_from_lru()
945 fscache_stat(&fscache_n_relinquishes_dropped); in fscache_unhash_cookie()
[all …]
H A Dfscache_volume.c162 fscache_stat(&fscache_n_volumes_collision); in fscache_wait_on_volume_collision()
265 fscache_stat(&fscache_n_volumes); in fscache_alloc_volume()
274 fscache_stat(&fscache_n_volumes_nomem); in fscache_alloc_volume()
H A Dinternal.h346 static inline void fscache_stat(atomic_t *stat) in fscache_stat() function
362 #define fscache_stat(stat) do {} while (0) macro