Home
last modified time | relevance | path

Searched refs:netfs_readahead (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/fs/netfs/
Dbuffered_read.c165 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead() function
208 EXPORT_SYMBOL(netfs_readahead);
/Linux-v6.6/include/linux/
Dnetfs.h288 void netfs_readahead(struct readahead_control *);
/Linux-v6.6/fs/9p/
Dvfs_addr.c353 .readahead = netfs_readahead,
/Linux-v6.6/fs/nfs/
Dfscache.c259 netfs_readahead(ractl); in nfs_netfs_readahead()
/Linux-v6.6/fs/afs/
Dfile.c57 .readahead = netfs_readahead,
/Linux-v6.6/Documentation/filesystems/
Dnetfs_library.rst137 void netfs_readahead(struct readahead_control *ractl);
529 [Optional] Called at the beginning of a netfs_readahead() operation to allow
/Linux-v6.6/fs/ceph/
Daddr.c1559 .readahead = netfs_readahead,