Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dfscache.h83 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache() function
141 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache() function
Dfile.c3878 rc = cifs_readpage_from_fscache(file_inode(file), page); in cifs_readpage_worker()