Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh84 link_file() { function
178 link_file "${TSOURCE}" "${TNAME}"
/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c24 EXPORT_SYMBOL_GPL(link_file);
H A Dhostfs.h96 extern int link_file(const char *to, const char *from);
H A Dhostfs_user.c329 int link_file(const char *to, const char *from) in link_file() function
H A Dhostfs_kern.c661 err = link_file(to_name, from_name); in hostfs_link()