Searched refs:readahead_pos (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/netfs/ |
H A 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()
|
/openbmc/linux/fs/squashfs/ |
H A 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() 574 if (readahead_pos(ractl) >= i_size_read(inode)) in squashfs_readahead()
|
/openbmc/linux/fs/orangefs/ |
H A 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()
|
/openbmc/linux/fs/nfs/ |
H A D | read.c | 401 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
|
/openbmc/linux/mm/ |
H A D | readahead.c | 815 new_len += new_start - readahead_pos(ractl); in readahead_expand()
|
/openbmc/linux/fs/erofs/ |
H A D | fscache.c | 312 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
|
H A D | zdata.c | 1864 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | 1451 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | 487 .pos = readahead_pos(rac), in iomap_readahead()
|
/openbmc/linux/fs/ocfs2/ |
H A D | aops.c | 377 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
|
/openbmc/linux/fs/ntfs3/ |
H A D | inode.c | 757 pos = readahead_pos(rac); in ntfs_readahead()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 2234 u64 contig_start = readahead_pos(rac); in extent_readahead()
|