Home
last modified time | relevance | path

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

/fs/nfs/
Dfscache.c357 nfs_add_fscache_stats(page->mapping->host, in nfs_fscache_release_page()
382 nfs_add_fscache_stats(page->mapping->host, in __nfs_fscache_invalidate_page()
432 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_READ_OK, 1); in __nfs_readpage_from_fscache()
437 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_READ_FAIL, 1); in __nfs_readpage_from_fscache()
444 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_READ_FAIL, 1); in __nfs_readpage_from_fscache()
470 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_READ_OK, in __nfs_readpages_from_fscache()
473 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_READ_FAIL, in __nfs_readpages_from_fscache()
518 nfs_add_fscache_stats(inode, in __nfs_readpage_to_fscache()
520 nfs_add_fscache_stats(inode, NFSIOS_FSCACHE_PAGES_UNCACHED, 1); in __nfs_readpage_to_fscache()
522 nfs_add_fscache_stats(inode, in __nfs_readpage_to_fscache()
Diostat.h52 static inline void nfs_add_fscache_stats(struct inode *inode, in nfs_add_fscache_stats() function