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