Expand description
Read and vectored-read operation handlers.
Functionsยง
- apply_
madv_ sequential - Apply
MADV_SEQUENTIALtobuffer, hinting the kernel to read ahead. - execute_
read - Execute a single read at a specific file offset into a submitted buffer.
- execute_
read_ fixed - Execute a read using a pre-registered (fixed) file descriptor slot.
- execute_
read_ gpu - Execute a read into a page-aligned GPU staging buffer.
- execute_
read_ vectored - Execute a vectored (scatter) read across multiple buffers.