Lines Matching refs:page
42 int ceph_readpage_from_fscache(struct inode *inode, struct page *page);
47 void ceph_readpage_to_fscache(struct inode *inode, struct page *page);
48 void ceph_invalidate_fscache_page(struct inode* inode, struct page *page);
63 struct page *page) in ceph_fscache_uncache_page() argument
66 return fscache_uncache_page(ci->fscache, page); in ceph_fscache_uncache_page()
69 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page() argument
71 struct inode* inode = page->mapping->host; in ceph_release_fscache_page()
73 return fscache_maybe_release_page(ci->fscache, page, gfp); in ceph_release_fscache_page()
77 struct page *page) in ceph_fscache_readpage_cancel() argument
80 if (fscache_cookie_valid(ci->fscache) && PageFsCache(page)) in ceph_fscache_readpage_cancel()
81 __fscache_uncache_page(ci->fscache, page); in ceph_fscache_readpage_cancel()
121 struct page *pages) in ceph_fscache_uncache_page()
126 struct page *page) in ceph_readpage_from_fscache() argument
140 struct page *page) in ceph_readpage_to_fscache() argument
153 struct page *page) in ceph_invalidate_fscache_page() argument
161 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page() argument
167 struct page *page) in ceph_fscache_readpage_cancel() argument