Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dfscache.h99 extern int nfs_netfs_readahead(struct readahead_control *ractl);
177 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead() function
H A Dread.c424 ret = nfs_netfs_readahead(ractl); in nfs_readahead()