Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c643 struct io_statx { struct
644 struct file *file;
645 int dfd;
646 unsigned int mask;
647 unsigned int flags;
648 const char __user *filename;
649 struct statx __user *buffer;
4746 static int io_statx(struct io_kiocb *req, unsigned int issue_flags) in io_statx() function