Home
last modified time | relevance | path

Searched refs:tmpfs_find_dirent (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c80 static struct tmpfs_dirent_s *tmpfs_find_dirent(struct tmpfs_directory_s *tdo,
353 * Name: tmpfs_find_dirent
356 static struct tmpfs_dirent_s *tmpfs_find_dirent(struct tmpfs_directory_s *tdo, in tmpfs_find_dirent() function
554 tde = tmpfs_find_dirent(parent, copy); in tmpfs_create_file()
698 tde = tmpfs_find_dirent(parent, copy); in tmpfs_create_directory()
816 tde = tmpfs_find_dirent(tdo, segment); in tmpfs_find_object()
1828 tde = tmpfs_find_dirent(parent_tdo, filename); in tmpfs_lookup()
2292 tde = tmpfs_find_dirent(newparent_tdo, copy); in tmpfs_rename()

Completed in 3 milliseconds