Searched defs:io_fadvise (Results 1 – 1 of 1) sorted by relevance
602 struct io_fadvise { struct603 struct file *file;604 u64 offset;605 u32 len;606 u32 advice;4526 static int io_fadvise(struct io_kiocb *req, unsigned int issue_flags) in io_fadvise() function