Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c609 struct io_madvise { struct
610 struct file *file;
611 u64 addr;
612 u32 len;
613 u32 advice;
4494 static int io_madvise(struct io_kiocb *req, unsigned int issue_flags) in io_madvise() function