Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c642 struct io_statx { struct
643 struct file *file;
644 int dfd;
645 unsigned int mask;
646 unsigned int flags;
647 const char __user *filename;
648 struct statx __user *buffer;
4567 static int io_statx(struct io_kiocb *req, unsigned int issue_flags) in io_statx() function