Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c528 goto close_file; in split_file_backed_thp()
538 goto close_file; in split_file_backed_thp()
544 goto close_file; in split_file_backed_thp()
549 goto close_file; in split_file_backed_thp()
573 close_file: in split_file_backed_thp()
H A Dcow.c442 goto close_file; in do_test_iouring()
577 close_file: in do_test_iouring()
/linux/fs/hostfs/
H A Dhostfs_user_exp.c15 EXPORT_SYMBOL_GPL(close_file);
H A Dhostfs.h48 extern void close_file(void *stream);
H A Dhostfs_kern.c232 close_file(&HOSTFS_I(inode)->fd); in hostfs_evict_inode()
330 close_file(&fd); in hostfs_open()
336 close_file(&fd); in hostfs_open()
343 close_file(&fd); in hostfs_open()
H A Dhostfs_user.c185 void close_file(void *stream) in close_file() function