Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs.h79 extern int replace_file(int oldfd, int fd);
H A Dhostfs_user.c169 int replace_file(int oldfd, int fd) in replace_file() function
H A Dhostfs_kern.c342 err = replace_file(fd, HOSTFS_I(ino)->fd); in hostfs_open()