Lines Matching full:sequential
32 * a subsequent readahead. Once a series of sequential reads has been
52 * discovered from the struct file_ra_state for simple sequential reads,
54 * sequential reads are interleaved. Specifically: where the readahead
69 * reads from there are often sequential. There are other minor
391 * In interleaved sequential reads, concurrent streams on the same fd can
400 * for sequential patterns. Hence interleaved reads might be served as
401 * sequential ones.
415 * - length of the sequential read sequence, or
548 * A minimal readahead algorithm for trivial sequential/random reads.
575 * It's the expected callback index, assume sequential access. in ondemand_readahead()
619 * sequential cache miss in ondemand_readahead()
629 * that a sequential stream would leave behind. in ondemand_readahead()