Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c19 EXPORT_SYMBOL_GPL(make_symlink);
H A Dhostfs.h90 extern int make_symlink(const char *from, const char *to);
H A Dhostfs_user.c279 int make_symlink(const char *from, const char *to) in make_symlink() function
H A Dhostfs_kern.c691 err = make_symlink(file, to); in hostfs_symlink()