Home
last modified time | relevance | path

Searched refs:ceph_readpage_from_fscache (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-4.19/fs/ceph/
Dcache.h42 int ceph_readpage_from_fscache(struct inode *inode, struct page *page);
141 static inline int ceph_readpage_from_fscache(struct inode* inode, in ceph_readpage_from_fscache() function
Dcache.c239 int ceph_readpage_from_fscache(struct inode *inode, struct page *page) in ceph_readpage_from_fscache() function
Daddr.c215 err = ceph_readpage_from_fscache(inode, page); in ceph_do_readpage()
/kernel/linux/linux-5.10/fs/ceph/
Dcache.h27 int ceph_readpage_from_fscache(struct inode *inode, struct page *page);
127 static inline int ceph_readpage_from_fscache(struct inode* inode, in ceph_readpage_from_fscache() function
Dcache.c227 int ceph_readpage_from_fscache(struct inode *inode, struct page *page) in ceph_readpage_from_fscache() function
Daddr.c208 err = ceph_readpage_from_fscache(inode, page); in ceph_do_readpage()