Home
last modified time | relevance | path

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

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