Searched refs:last_ioread_offset (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c3498 off_t last_ioread_offset; local
3578 last_ioread_offset = (rap->cl_maxra * PAGE_SIZE_64) + PAGE_SIZE_64;
3580 if (last_ioread_offset < uio->uio_offset)
3581 last_ioread_offset = (off_t)0;
3582 else if (last_ioread_offset > last_request_offset)
3583 last_ioread_offset = last_request_offset;
3585 last_ioread_offset = (off_t)0;
3609 if (last_request_offset && last_ioread_offset && (size_of_prefetch = (last_request_offset - last_ioread_offset))) {
3610 if ((last_ioread_offset
[all...]

Completed in 29 milliseconds