Home
last modified time | relevance | path

Searched refs:readahead_pos (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/fs/netfs/
A Dbuffered_read.c135 if (rreq->start != readahead_pos(ractl) || in netfs_rreq_expand()
138 rreq->start = readahead_pos(ractl); in netfs_rreq_expand()
141 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand()
173 readahead_pos(ractl), in netfs_readahead()
186 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
/linux-6.3-rc2/fs/squashfs/
A Dfile.c542 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.3-rc2/fs/orangefs/
A Dinode.c248 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.3-rc2/fs/nfs/
A Dread.c394 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
/linux-6.3-rc2/mm/
A Dreadahead.c825 new_len += new_start - readahead_pos(ractl); in readahead_expand()
/linux-6.3-rc2/fs/erofs/
A Dfscache.c299 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
A Dzdata.c1850 loff_t newstart = readahead_pos(rac); in z_erofs_pcluster_readmore()
1929 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
/linux-6.3-rc2/include/linux/
A Dpagemap.h1340 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c409 .pos = readahead_pos(rac), in iomap_readahead()
/linux-6.3-rc2/fs/ntfs3/
A Dinode.c731 pos = readahead_pos(rac); in ntfs_readahead()
/linux-6.3-rc2/fs/ocfs2/
A Daops.c378 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
/linux-6.3-rc2/fs/btrfs/
A Dextent_io.c2770 u64 contig_start = readahead_pos(rac); in extent_readahead()

Completed in 447 milliseconds