Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfscache.h94 extern void __cifs_readahead_to_fscache(struct inode *pinode, loff_t pos, size_t len);
109 __cifs_readahead_to_fscache(inode, pos, len); in cifs_readahead_to_fscache()
H A Dfscache.c244 void __cifs_readahead_to_fscache(struct inode *inode, loff_t pos, size_t len) in __cifs_readahead_to_fscache() function