Lines Matching defs:inode
49 void cifs_fscache_fill_coherency(struct inode *inode, in cifs_fscache_fill_coherency()
63 static inline struct fscache_cookie *cifs_inode_cookie(struct inode *inode) in cifs_inode_cookie()
68 static inline void cifs_invalidate_cache(struct inode *inode, unsigned int flags) in cifs_invalidate_cache()
77 static inline bool cifs_fscache_enabled(struct inode *inode) in cifs_fscache_enabled()
84 void cifs_fscache_fill_coherency(struct inode *inode, in cifs_fscache_fill_coherency()
92 static inline void cifs_fscache_get_inode_cookie(struct inode *inode) {} in cifs_fscache_get_inode_cookie()
93 static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} in cifs_fscache_release_inode_cookie()
94 static inline void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update) {} in cifs_fscache_unuse_inode_cookie()
95 static inline struct fscache_cookie *cifs_inode_cookie(struct inode *inode) { return NULL; } in cifs_inode_cookie()
96 static inline void cifs_invalidate_cache(struct inode *inode, unsigned int flags) {} in cifs_invalidate_cache()
97 static inline bool cifs_fscache_enabled(struct inode *inode) { return false; } in cifs_fscache_enabled()