Lines Matching refs:ci
23 void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci);
25 void ceph_fscache_revalidate_cookie(struct ceph_inode_info *ci);
35 static inline void ceph_fscache_inode_init(struct ceph_inode_info *ci) in ceph_fscache_inode_init() argument
37 ci->fscache = NULL; in ceph_fscache_inode_init()
38 ci->i_fscache_gen = 0; in ceph_fscache_inode_init()
49 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_uncache_page() local
50 return fscache_uncache_page(ci->fscache, page); in ceph_fscache_uncache_page()
56 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_release_fscache_page() local
57 return fscache_maybe_release_page(ci->fscache, page, gfp); in ceph_release_fscache_page()
63 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_readpage_cancel() local
64 if (fscache_cookie_valid(ci->fscache) && PageFsCache(page)) in ceph_fscache_readpage_cancel()
65 __fscache_uncache_page(ci->fscache, page); in ceph_fscache_readpage_cancel()
71 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_readpages_cancel() local
72 return fscache_readpages_cancel(ci->fscache, pages); in ceph_fscache_readpages_cancel()
75 static inline void ceph_disable_fscache_readpage(struct ceph_inode_info *ci) in ceph_disable_fscache_readpage() argument
77 ci->i_fscache_gen = ci->i_rdcache_gen - 1; in ceph_disable_fscache_readpage()
101 static inline void ceph_fscache_inode_init(struct ceph_inode_info *ci) in ceph_fscache_inode_init() argument
109 static inline void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci) in ceph_fscache_unregister_inode_cookie() argument
118 static inline void ceph_fscache_revalidate_cookie(struct ceph_inode_info *ci) in ceph_fscache_revalidate_cookie() argument
170 static inline void ceph_disable_fscache_readpage(struct ceph_inode_info *ci) in ceph_disable_fscache_readpage() argument