Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c650 struct io_statx { struct
651 struct file *file;
652 int dfd;
653 unsigned int mask;
654 unsigned int flags;
655 const char __user *filename;
656 struct statx __user *buffer;
4507 static int io_statx(struct io_kiocb *req, unsigned int issue_flags) in io_statx() function