Searched defs:io_rename (Results 1 – 1 of 1) sorted by relevance
18 struct io_rename { struct19 struct file *file;20 int old_dfd;21 int new_dfd;22 struct filename *oldpath;23 struct filename *newpath;24 int flags;