Searched refs:ceph_fscache_write_to_cache (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ceph/ |
H A D | addr.c | 561 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() function 574 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() function 797 ceph_fscache_write_to_cache(inode, page_off, len, caching); in write_folio_nounlock() 1504 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_submit_write() 1533 ceph_fscache_write_to_cache(inode, offset, len, caching); in ceph_submit_write()
|