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