Lines Matching defs:inode

21 extern void v9fs_cache_inode_get_cookie(struct inode *inode);
22 extern void v9fs_cache_inode_put_cookie(struct inode *inode);
23 extern void v9fs_cache_inode_flush_cookie(struct inode *inode);
24 extern void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *filp);
25 extern void v9fs_cache_inode_reset_cookie(struct inode *inode);
32 extern int __v9fs_readpage_from_fscache(struct inode *inode,
34 extern int __v9fs_readpages_from_fscache(struct inode *inode,
38 extern void __v9fs_readpage_to_fscache(struct inode *inode, struct page *page);
39 extern void __v9fs_fscache_wait_on_page_write(struct inode *inode,
53 static inline int v9fs_readpage_from_fscache(struct inode *inode,
56 return __v9fs_readpage_from_fscache(inode, page);
59 static inline int v9fs_readpages_from_fscache(struct inode *inode,
64 return __v9fs_readpages_from_fscache(inode, mapping, pages,
68 static inline void v9fs_readpage_to_fscache(struct inode *inode,
72 __v9fs_readpage_to_fscache(inode, page);
75 static inline void v9fs_uncache_page(struct inode *inode, struct page *page)
77 struct v9fs_inode *v9inode = V9FS_I(inode);
82 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode,
85 return __v9fs_fscache_wait_on_page_write(inode, page);
90 static inline void v9fs_cache_inode_get_cookie(struct inode *inode)
94 static inline void v9fs_cache_inode_put_cookie(struct inode *inode)
98 static inline void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *file)
109 static inline int v9fs_readpage_from_fscache(struct inode *inode,
115 static inline int v9fs_readpages_from_fscache(struct inode *inode,
123 static inline void v9fs_readpage_to_fscache(struct inode *inode,
127 static inline void v9fs_uncache_page(struct inode *inode, struct page *page)
130 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode,