Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetfs.h218 extern void netfs_readahead(struct readahead_control *,
/Linux-v5.15/fs/netfs/
Dread_helper.c874 void netfs_readahead(struct readahead_control *ractl, in netfs_readahead() function
933 EXPORT_SYMBOL(netfs_readahead);
/Linux-v5.15/fs/afs/
Dfile.c389 netfs_readahead(ractl, &afs_req_ops, NULL); in afs_readahead()
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst73 * void netfs_readahead(struct readahead_control *ractl,
476 [Optional] Called at the beginning of a netfs_readahead() operation to allow
/Linux-v5.15/fs/ceph/
Daddr.c377 netfs_readahead(ractl, &ceph_netfs_read_ops, (void *)(uintptr_t)got); in ceph_readahead()