Home
last modified time | relevance | path

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

/linux-6.15/fs/hostfs/
H A Dhostfs_user_exp.c9 EXPORT_SYMBOL_GPL(read_dir);
H A Dhostfs.h77 extern char *read_dir(void *stream, unsigned long long *pos_out,
H A Dhostfs_user.c118 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() function
H A Dhostfs_kern.c287 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()
/linux-6.15/scripts/
H A Drustdoc_test_gen.rs112 let mut paths = fs::read_dir("rust/test/doctests/kernel") in main()
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c5751 TEST_F(audit_layout1, read_dir) in TEST_F() argument