Searched refs:readahead_pos (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/netfs/ |
D | buffered_read.c | 139 if (rreq->start != readahead_pos(ractl) || in netfs_rreq_expand() 142 rreq->start = readahead_pos(ractl); in netfs_rreq_expand() 145 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand() 177 readahead_pos(ractl), in netfs_readahead() 190 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
|
/linux-6.6.21/fs/squashfs/ |
D | file.c | 542 loff_t start = readahead_pos(ractl) & ~mask; in squashfs_readahead() 543 size_t len = readahead_length(ractl) + readahead_pos(ractl) - start; in squashfs_readahead() 573 if (readahead_pos(ractl) >= i_size_read(inode)) in squashfs_readahead()
|
/linux-6.6.21/fs/orangefs/ |
D | inode.c | 248 loff_t new_start = readahead_pos(rac); in orangefs_readahead() 252 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead() 263 offset = readahead_pos(rac); in orangefs_readahead()
|
/linux-6.6.21/fs/nfs/ |
D | read.c | 399 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
|
/linux-6.6.21/mm/ |
D | readahead.c | 812 new_len += new_start - readahead_pos(ractl); in readahead_expand()
|
/linux-6.6.21/fs/erofs/ |
D | fscache.c | 299 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
|
D | zdata.c | 1862 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
|
/linux-6.6.21/include/linux/ |
D | pagemap.h | 1436 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
|
/linux-6.6.21/fs/iomap/ |
D | buffered-io.c | 486 .pos = readahead_pos(rac), in iomap_readahead()
|
/linux-6.6.21/fs/ocfs2/ |
D | aops.c | 378 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
|
/linux-6.6.21/fs/ntfs3/ |
D | inode.c | 746 pos = readahead_pos(rac); in ntfs_readahead()
|
/linux-6.6.21/fs/btrfs/ |
D | extent_io.c | 2246 u64 contig_start = readahead_pos(rac); in extent_readahead()
|