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