Searched refs:to_name (Results 1 – 1 of 1) sorted by relevance
636 char *from_name, *to_name; in hostfs_link() local641 to_name = dentry_name(to); in hostfs_link()642 if (to_name == NULL) { in hostfs_link()646 err = link_file(to_name, from_name); in hostfs_link()648 __putname(to_name); in hostfs_link()747 char *from_name, *to_name; in hostfs_rename() local752 if ((to_name = dentry_name(to)) == NULL) { in hostfs_rename()756 err = rename_file(from_name, to_name); in hostfs_rename()758 __putname(to_name); in hostfs_rename()