Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c535 struct io_statx { struct
536 struct file *file;
537 int dfd;
538 unsigned int mask;
539 unsigned int flags;
540 const char __user *filename;
541 struct statx __user *buffer;
4184 static int io_statx(struct io_kiocb *req, bool force_nonblock) in io_statx() function