Searched defs:io_statx (Results 1 – 1 of 1) sorted by relevance
650 struct io_statx { struct651 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