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
392 * In interleaved sequential reads, concurrent streams on the same fd can
401 * for sequential patterns. Hence interleaved reads might be served as
402 * sequential ones.
416 * - length of the sequential read sequence, or
564 * A minimal readahead algorithm for trivial sequential/random reads.
591 * It's the expected callback index, assume sequential access. in ondemand_readahead()
635 * sequential cache miss in ondemand_readahead()
645 * that a sequential stream would leave behind. in ondemand_readahead()