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