Home
last modified time | relevance | path

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

/linux/fs/hostfs/
H A Dhostfs_user_exp.c24 EXPORT_SYMBOL_GPL(link_file);
H A Dhostfs.h64 extern int link_file(const char *to, const char *from);
H A Dhostfs_user.c338 int link_file(const char *to, const char *from) in link_file() function
H A Dhostfs_kern.c654 err = link_file(to_name, from_name); in hostfs_link()