Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c14 EXPORT_SYMBOL_GPL(replace_file);
H A Dhostfs.h81 extern int replace_file(int oldfd, int fd);
H A Dhostfs_user.c171 int replace_file(int oldfd, int fd) in replace_file() function
H A Dhostfs_kern.c341 err = replace_file(fd, HOSTFS_I(ino)->fd); in hostfs_open()