Searched defs:io_madvise (Results 1 – 1 of 1) sorted by relevance
610 struct io_madvise { struct611 struct file *file;612 u64 addr;613 u32 len;614 u32 advice;4673 static int io_madvise(struct io_kiocb *req, unsigned int issue_flags) in io_madvise() function