Home
last modified time | relevance | path

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

/linux-5.15/fs/hostfs/ !
H A Dhostfs.h94 extern int link_file(const char *to, const char *from);
H A Dhostfs_user.c327 int link_file(const char *to, const char *from) in link_file() function
H A Dhostfs_kern.c637 err = link_file(to_name, from_name); in hostfs_link()