Searched refs:readahead_pos (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/netfs/ |
| A D | buffered_read.c | 46 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 D | file.c | 572 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 D | inode.c | 246 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 D | read.c | 415 trace_nfs_aop_readahead(inode, readahead_pos(ractl), nr_pages); in nfs_readahead()
|
| /linux/mm/ |
| A D | readahead.c | 774 new_len += new_start - readahead_pos(ractl); in readahead_expand()
|
| /linux/fs/erofs/ |
| A D | fscache.c | 364 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
|
| A D | zdata.c | 1810 f.headoffset = readahead_pos(rac); in z_erofs_readahead()
|
| /linux/fs/exfat/ |
| A D | inode.c | 394 loff_t pos = readahead_pos(rac); in exfat_readahead()
|
| /linux/include/linux/ |
| A D | pagemap.h | 1519 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() function
|
| /linux/fs/iomap/ |
| A D | buffered-io.c | 540 .pos = readahead_pos(rac), in iomap_readahead()
|
| /linux/fs/ocfs2/ |
| A D | aops.c | 377 if (readahead_pos(rac) >= i_size_read(inode)) in ocfs2_readahead()
|
| /linux/fs/ntfs3/ |
| A D | inode.c | 762 pos = readahead_pos(rac); in ntfs_readahead()
|
Completed in 796 milliseconds