Home
last modified time | relevance | path

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

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