Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c602 struct io_fadvise { struct
603 struct file *file;
604 u64 offset;
605 u32 len;
606 u32 advice;
4526 static int io_fadvise(struct io_kiocb *req, unsigned int issue_flags) in io_fadvise() function