Home
last modified time | relevance | path

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

/linux/fs/netfs/
A Dbuffered_read.c46 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()
399 unsigned long long start = readahead_pos(ractl); in netfs_readahead()
413 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
/linux/fs/squashfs/
A Dfile.c572 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/fs/orangefs/
A Dinode.c246 loff_t new_start = readahead_pos(rac); in orangefs_readahead()
250 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead()
261 offset = readahead_pos(rac); in orangefs_readahead()
/linux/fs/nfs/
A Dread.c415 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
/linux/mm/
A Dreadahead.c774 new_len += new_start - readahead_pos(ractl); in readahead_expand()
/linux/fs/erofs/
A Dfscache.c364 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
A Dzdata.c1810 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
/linux/fs/exfat/
A Dinode.c394 loff_t pos = readahead_pos(rac); in exfat_readahead()
/linux/include/linux/
A Dpagemap.h1519 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
/linux/fs/iomap/
A Dbuffered-io.c540 .pos = readahead_pos(rac), in iomap_readahead()
/linux/fs/ocfs2/
A Daops.c377 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
/linux/fs/ntfs3/
A Dinode.c762 pos = readahead_pos(rac); in ntfs_readahead()

Completed in 796 milliseconds