Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs.h89 extern int link_file(const char *from, const char *to);
Dhostfs_user.c327 int link_file(const char *to, const char *from) in link_file() function
Dhostfs_kern.c655 err = link_file(to_name, from_name); in hostfs_link()