Home
last modified time | relevance | path

Searched defs:io_madvise (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/
Dio_uring.c502 struct io_madvise { struct
503 struct file *file;
504 u64 addr;
505 u32 len;
506 u32 advice;
4111 static int io_madvise(struct io_kiocb *req, bool force_nonblock) in io_madvise() function