Searched refs:link_file (Results 1 – 5 of 5) sorted by relevance
84 link_file() { function178 link_file "${TSOURCE}" "${TNAME}"
24 EXPORT_SYMBOL_GPL(link_file);
96 extern int link_file(const char *to, const char *from);
329 int link_file(const char *to, const char *from) in link_file() function
661 err = link_file(to_name, from_name); in hostfs_link()