Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dio_uring.c537 struct io_statx { struct
538 struct file *file;
539 int dfd;
540 unsigned int mask;
541 unsigned int flags;
542 const char __user *filename;
543 struct statx __user *buffer;
4213 static int io_statx(struct io_kiocb *req, bool force_nonblock) in io_statx() function