Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c495 struct io_fadvise { struct
664 struct io_fadvise fadvise;
4143 static int io_fadvise(struct io_kiocb *req, bool force_nonblock) in io_fadvise() function
4145 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
5998 ret = io_fadvise(req, force_nonblock); in io_issue_sqe()