Lines Matching defs:caching
561 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching)
567 ceph_fscache_write_terminated, inode, true, caching);
574 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching)
733 bool caching = ceph_is_cache_enabled(inode);
795 if (caching)
797 ceph_fscache_write_to_cache(inode, page_off, len, caching);
1412 bool caching = ceph_is_cache_enabled(inode);
1494 ceph_fscache_write_to_cache(inode, offset, len, caching);
1517 if (caching)
1523 ceph_fscache_write_to_cache(inode, offset, len, caching);