Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c610 struct io_fadvise { struct
611 struct file *file;
612 u64 offset;
613 u32 len;
614 u32 advice;
4466 static int io_fadvise(struct io_kiocb *req, unsigned int issue_flags) in io_fadvise() function