Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c314 goto close_file; in split_file_backed_thp()
324 goto close_file; in split_file_backed_thp()
330 goto close_file; in split_file_backed_thp()
335 goto close_file; in split_file_backed_thp()
359 close_file: in split_file_backed_thp()
H A Dcow.c434 goto close_file; in do_test_iouring()
550 close_file: in do_test_iouring()
/linux-6.15/fs/hostfs/
H A Dhostfs_user_exp.c15 EXPORT_SYMBOL_GPL(close_file);
H A Dhostfs.h80 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