Searched defs:io_madvise (Results 1 – 1 of 1) sorted by relevance
617 struct io_madvise { struct618 struct file *file;619 u64 addr;620 u32 len;621 u32 advice;4434 static int io_madvise(struct io_kiocb *req, unsigned int issue_flags) in io_madvise() function