Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
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 …]
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()
Dfscache_io.c280 fscache_stat(&fscache_n_resizes); in __fscache_resize_cookie()
290 fscache_stat(&fscache_n_resizes_null); in __fscache_resize_cookie()
Dinternal.h346 static inline void fscache_stat(atomic_t *stat) in fscache_stat() function
362 #define fscache_stat(stat) do {} while (0) macro