Searched defs:io_fadvise (Results 1 – 1 of 1) sorted by relevance
17 struct io_fadvise { struct18 struct file *file;19 u64 offset;20 u64 len;21 u32 advice;96 int io_fadvise(struct io_kiocb *req, unsigned int issue_flags) in io_fadvise() function