Searched refs:readahead_pos (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/netfs/ |
| H A D | buffered_read.c | 46 if (rreq->start != readahead_pos(ractl) || in netfs_rreq_expand() 49 rreq->start = readahead_pos(ractl); in netfs_rreq_expand() 52 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand() 341 unsigned long long start = readahead_pos(ractl); in netfs_readahead() 357 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
|
| /linux-6.15/fs/squashfs/ |
| H A D | file.c | 572 loff_t start = readahead_pos(ractl) & ~mask; in squashfs_readahead() 573 size_t len = readahead_length(ractl) + readahead_pos(ractl) - start; in squashfs_readahead() 603 if (readahead_pos(ractl) >= i_size_read(inode)) in squashfs_readahead()
|
| /linux-6.15/fs/orangefs/ |
| H A D | inode.c | 224 loff_t new_start = readahead_pos(rac); in orangefs_readahead() 228 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead() 239 offset = readahead_pos(rac); in orangefs_readahead()
|
| /linux-6.15/fs/nfs/ |
| H A D | read.c | 415 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
|
| /linux-6.15/mm/ |
| H A D | readahead.c | 784 new_len += new_start - readahead_pos(ractl); in readahead_expand()
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 418 loff_t pos = readahead_pos(rac); in exfat_readahead()
|
| /linux-6.15/fs/erofs/ |
| H A D | fscache.c | 364 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
|
| H A D | zdata.c | 1857 Z_EROFS_DEFINE_FRONTEND(f, inode, readahead_pos(rac)); in z_erofs_readahead()
|
| /linux-6.15/include/linux/ |
| H A D | pagemap.h | 1498 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
|
| /linux-6.15/fs/iomap/ |
| H A D | buffered-io.c | 536 .pos = readahead_pos(rac), in iomap_readahead()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 765 pos = readahead_pos(rac); in ntfs_readahead()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | aops.c | 362 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
|
| /linux-6.15/fs/btrfs/ |
| H A D | extent_io.c | 2566 const u64 start = readahead_pos(rac); in btrfs_readahead()
|