Searched defs:io_statx (Results 1 – 1 of 1) sorted by relevance
535 struct io_statx { struct536 struct file *file;537 int dfd;538 unsigned int mask;539 unsigned int flags;540 const char __user *filename;541 struct statx __user *buffer;4184 static int io_statx(struct io_kiocb *req, bool force_nonblock) in io_statx() function