Home
last modified time | relevance | path

Searched refs:readahead_length (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/fs/netfs/
Dbuffered_read.c47 rreq->len != readahead_length(ractl)) { in netfs_rreq_expand()
50 rreq->len = readahead_length(ractl); in netfs_rreq_expand()
52 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_rreq_expand()
400 size_t size = readahead_length(ractl); in netfs_readahead()
413 trace_netfs_read(rreq, readahead_pos(ractl), readahead_length(ractl), in netfs_readahead()
/linux-6.12.1/fs/nfs/
Dread.c417 task_io_account_read(readahead_length(ractl)); in nfs_readahead()
/linux-6.12.1/fs/orangefs/
Dinode.c264 iov_iter_xarray(&iter, ITER_DEST, i_pages, offset, readahead_length(rac)); in orangefs_readahead()
268 &offset, &iter, readahead_length(rac), in orangefs_readahead()
/linux-6.12.1/fs/squashfs/
Dfile.c573 size_t len = readahead_length(ractl) + readahead_pos(ractl) - start; in squashfs_readahead()
/linux-6.12.1/fs/exfat/
Dinode.c399 ei->valid_size < pos + readahead_length(rac)) in exfat_readahead()
/linux-6.12.1/fs/erofs/
Dfscache.c364 readahead_pos(rac), readahead_length(rac)); in erofs_fscache_readahead()
Dzdata.c1735 end = headoffset + readahead_length(rac) - 1; in z_erofs_pcluster_readmore()
/linux-6.12.1/include/linux/
Dpagemap.h1528 static inline size_t readahead_length(struct readahead_control *rac) in readahead_length() function
/linux-6.12.1/fs/iomap/
Dbuffered-io.c541 .len = readahead_length(rac), in iomap_readahead()
/linux-6.12.1/fs/ntfs3/
Dinode.c765 valid < pos + readahead_length(rac)) { in ntfs_readahead()