Searched refs:ceph_fscache_write_to_cache (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ceph/ |
D | addr.c | 428 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() function 441 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() function 614 ceph_fscache_write_to_cache(inode, page_off, len, caching); in writepage_nounlock() 1080 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_writepages_start() 1103 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_writepages_start()
|