Home
last modified time | relevance | path

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

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