Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/hostfs/
Dhostfs_kern.c636 char *from_name, *to_name; in hostfs_link() local
641 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() local
752 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()