Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs.h74 extern int replace_file(int oldfd, int fd);
Dhostfs_user.c169 int replace_file(int oldfd, int fd) in replace_file() function
Dhostfs_kern.c351 err = replace_file(fd, HOSTFS_I(ino)->fd); in hostfs_open()