link_file
extern int link_file(const char *to, const char *from);
err = link_file(to_name, from_name);
EXPORT_SYMBOL_GPL(link_file);