Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
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
Dfscache.c252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead() function
Dread.c407 ret = nfs_netfs_readahead(ractl); in nfs_readahead()