Lines Matching refs:nfs_i_fscache
199 struct fscache_cookie *cookie = nfs_i_fscache(inode); in nfs_fscache_clear_inode()
236 struct fscache_cookie *cookie = nfs_i_fscache(inode); in nfs_fscache_open_file()
263 struct fscache_cookie *cookie = nfs_i_fscache(page->mapping->host); in nfs_fscache_release_page()
285 struct fscache_cookie *cookie = nfs_i_fscache(inode); in __nfs_fscache_invalidate_page()
334 nfs_i_fscache(inode), page, page->index, page->flags, inode); in __nfs_readpage_from_fscache()
336 ret = fscache_read_or_alloc_page(nfs_i_fscache(inode), in __nfs_readpage_from_fscache()
376 nfs_i_fscache(inode), npages, inode); in __nfs_readpages_from_fscache()
378 ret = fscache_read_or_alloc_pages(nfs_i_fscache(inode), in __nfs_readpages_from_fscache()
423 nfs_i_fscache(inode), page, page->index, page->flags, sync); in __nfs_readpage_to_fscache()
425 ret = fscache_write_page(nfs_i_fscache(inode), page, GFP_KERNEL); in __nfs_readpage_to_fscache()
431 fscache_uncache_page(nfs_i_fscache(inode), page); in __nfs_readpage_to_fscache()