Searched refs:readahead_length (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/netfs/ |
| H A D | buffered_read.c | 47 rreq->len != readahead_length(ractl)) { in netfs_rreq_expand() 50 rreq->len = readahead_length(ractl); in netfs_rreq_expand() 52 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand() 344 size_t size = readahead_length(ractl); in netfs_readahead() 359 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
|
| /linux/fs/nfs/ |
| H A D | read.c | 418 task_io_account_read(readahead_length(ractl)); in nfs_readahead()
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 242 iov_iter_xarray(&iter, ITER_DEST, i_pages, offset, readahead_length(rac)); in orangefs_readahead() 246 &offset, &iter, readahead_length(rac), in orangefs_readahead()
|
| /linux/fs/exfat/ |
| H A D | inode.c | 423 ei->valid_size < pos + readahead_length(rac)) in exfat_readahead()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 580 size_t len = readahead_length(ractl) + readahead_pos(ractl) - start; in squashfs_readahead()
|
| /linux/include/linux/ |
| H A D | pagemap.h | 1500 static inline size_t readahead_length(const struct readahead_control *rac) in readahead_length() function
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 629 .len = readahead_length(rac), in iomap_readahead()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 972 const u64 ra_end = ra_pos + readahead_length(ractl); in btrfs_readahead_expand() 2701 const u64 end = start + readahead_length(rac) - 1; in btrfs_readahead()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 1842 end = headoffset + readahead_length(rac) - 1; in z_erofs_pcluster_readmore()
|