Lines Matching refs:inode
22 void ceph_fscache_register_inode_cookie(struct inode *inode);
24 void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp);
27 int ceph_readpage_from_fscache(struct inode *inode, struct page *page);
28 int ceph_readpages_from_fscache(struct inode *inode,
32 void ceph_readpage_to_fscache(struct inode *inode, struct page *page);
33 void ceph_invalidate_fscache_page(struct inode* inode, struct page *page);
41 static inline void ceph_fscache_invalidate(struct inode *inode)
43 fscache_invalidate(ceph_inode(inode)->fscache);
46 static inline void ceph_fscache_uncache_page(struct inode *inode,
49 struct ceph_inode_info *ci = ceph_inode(inode);
55 struct inode* inode = page->mapping->host;
56 struct ceph_inode_info *ci = ceph_inode(inode);
60 static inline void ceph_fscache_readpage_cancel(struct inode *inode,
63 struct ceph_inode_info *ci = ceph_inode(inode);
68 static inline void ceph_fscache_readpages_cancel(struct inode *inode,
71 struct ceph_inode_info *ci = ceph_inode(inode);
105 static inline void ceph_fscache_register_inode_cookie(struct inode *inode)
113 static inline void ceph_fscache_file_set_cookie(struct inode *inode,
122 static inline void ceph_fscache_uncache_page(struct inode *inode,
127 static inline int ceph_readpage_from_fscache(struct inode* inode,
133 static inline int ceph_readpages_from_fscache(struct inode *inode,
141 static inline void ceph_readpage_to_fscache(struct inode *inode,
146 static inline void ceph_fscache_invalidate(struct inode *inode)
150 static inline void ceph_invalidate_fscache_page(struct inode *inode,
160 static inline void ceph_fscache_readpage_cancel(struct inode *inode,
165 static inline void ceph_fscache_readpages_cancel(struct inode *inode,