Searched defs:io_fadvise (Results 1 – 1 of 1) sorted by relevance
495 struct io_fadvise { struct496 struct file *file;497 u64 offset;498 u32 len;499 u32 advice;4143 static int io_fadvise(struct io_kiocb *req, bool force_nonblock) in io_fadvise() function