Searched refs:nfs_i_fscache (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
D | fscache.c | 270 struct fscache_cookie *cookie = nfs_i_fscache(inode); in nfs_fscache_clear_inode() 309 struct fscache_cookie *cookie = nfs_i_fscache(inode); in nfs_fscache_open_file() 339 struct fscache_cookie *cookie = nfs_i_fscache(page->mapping->host); in nfs_fscache_release_page() 361 struct fscache_cookie *cookie = nfs_i_fscache(inode); in __nfs_fscache_invalidate_page() 410 nfs_i_fscache(inode), page, page->index, page->flags, inode); in __nfs_readpage_from_fscache() 412 ret = fscache_read_or_alloc_page(nfs_i_fscache(inode), in __nfs_readpage_from_fscache() 452 nfs_i_fscache(inode), npages, inode); in __nfs_readpages_from_fscache() 454 ret = fscache_read_or_alloc_pages(nfs_i_fscache(inode), in __nfs_readpages_from_fscache() 499 nfs_i_fscache(inode), page, page->index, page->flags, sync); in __nfs_readpage_to_fscache() 501 ret = fscache_write_page(nfs_i_fscache(inode), page, in __nfs_readpage_to_fscache() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_fs.h | 313 static inline struct fscache_cookie *nfs_i_fscache(struct inode *inode) in nfs_i_fscache() function
|