Searched refs:readahead_length (Results 1 – 6 of 6) sorted by relevance
/linux/fs/netfs/ |
A D | read_helper.c | 839 rreq->len != readahead_length(ractl)) { in netfs_rreq_expand() 842 rreq->len = readahead_length(ractl); in netfs_rreq_expand() 844 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand() 885 rreq->len = readahead_length(ractl); in netfs_readahead() 894 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
|
/linux/fs/orangefs/ |
A D | inode.c | 273 iov_iter_xarray(&iter, READ, i_pages, offset, readahead_length(rac)); in orangefs_readahead() 277 &offset, &iter, readahead_length(rac), in orangefs_readahead()
|
/linux/include/linux/ |
A D | pagemap.h | 1173 static inline size_t readahead_length(struct readahead_control *rac) in readahead_length() function
|
/linux/fs/erofs/ |
A D | zdata.c | 1477 readahead_length(rac) - 1, &pagepool, true); in z_erofs_readahead()
|
/linux/fs/iomap/ |
A D | buffered-io.c | 409 .len = readahead_length(rac), in iomap_readahead()
|
/linux/fs/ntfs3/ |
A D | inode.c | 729 valid < pos + readahead_length(rac)) { in ntfs_readahead()
|
Completed in 23 milliseconds