Home
last modified time | relevance | path

Searched refs:tde_object (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c410 tde->tde_object = NULL; in tmpfs_remove_dirent()
448 tde->tde_object = to; in tmpfs_add_dirent()
538 parent = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_create_file()
682 parent = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_create_directory()
793 to = fs->tfs_root.tde_object; in tmpfs_find_object()
794 next_tdo = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_find_object()
824 to = tde->tde_object; in tmpfs_find_object()
1445 tdo = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_opendir()
1589 to = tde->tde_object; in tmpfs_readdir()
1666 if (fs->tfs_root.tde_object != NULL) in tmpfs_mount()
[all …]
Dfs_tmpfs.h85 struct tmpfs_object_s *tde_object; member