Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hostfs/
Dhostfs_user_exp.c14 EXPORT_SYMBOL_GPL(replace_file);
Dhostfs.h80 extern int replace_file(int oldfd, int fd);
Dhostfs_user.c170 int replace_file(int oldfd, int fd) in replace_file() function
Dhostfs_kern.c341 err = replace_file(fd, HOSTFS_I(ino)->fd); in hostfs_open()