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