Home
last modified time | relevance | path

Searched defs:io_fadvise (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c603 struct io_fadvise { struct
604 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