Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dadvise.c17 struct io_fadvise { struct
18 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