Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c495 struct io_fadvise { struct
496 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