Searched defs:io_madvise (Results 1 – 1 of 1) sorted by relevance
502 struct io_madvise { struct503 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