Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hostfs/
Dhostfs.h78 extern void close_file(void *stream);
Dhostfs_kern.c239 close_file(&HOSTFS_I(inode)->fd); in hostfs_evict_inode()
331 close_file(&fd); in hostfs_open()
337 close_file(&fd); in hostfs_open()
344 close_file(&fd); in hostfs_open()
Dhostfs_user.c174 void close_file(void *stream) in close_file() function