Home
last modified time | relevance | path

Searched refs:cifs_readpage_from_fscache (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dfscache.h92 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache() function
150 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache() function
Dfile.c4534 rc = cifs_readpage_from_fscache(file_inode(file), page); in cifs_readpage_worker()