Home
last modified time | relevance | path

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

/openbmc/linux/fs/netfs/
H A Dbuffered_read.c139 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()
/openbmc/linux/fs/squashfs/
H 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()
574 if (readahead_pos(ractl) >= i_size_read(inode)) in squashfs_readahead()
/openbmc/linux/fs/orangefs/
H 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()
/openbmc/linux/fs/nfs/
H A Dread.c401 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
/openbmc/linux/mm/
H A Dreadahead.c815 new_len += new_start - readahead_pos(ractl); in readahead_expand()
/openbmc/linux/fs/erofs/
H A Dfscache.c312 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
H A Dzdata.c1864 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
/openbmc/linux/include/linux/
H A Dpagemap.h1451 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c487 .pos = readahead_pos(rac), in iomap_readahead()
/openbmc/linux/fs/ocfs2/
H A Daops.c377 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
/openbmc/linux/fs/ntfs3/
H A Dinode.c757 pos = readahead_pos(rac); in ntfs_readahead()
/openbmc/linux/fs/btrfs/
H A Dextent_io.c2234 u64 contig_start = readahead_pos(rac); in extent_readahead()