Home
last modified time | relevance | path

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

/Linux-v6.1/fs/netfs/
Dbuffered_read.c161 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead() function
204 EXPORT_SYMBOL(netfs_readahead);
/Linux-v6.1/include/linux/
Dnetfs.h279 void netfs_readahead(struct readahead_control *);
/Linux-v6.1/fs/9p/
Dvfs_addr.c351 .readahead = netfs_readahead,
/Linux-v6.1/fs/afs/
Dfile.c54 .readahead = netfs_readahead,
/Linux-v6.1/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.1/fs/ceph/
Daddr.c1377 .readahead = netfs_readahead,