Searched refs:tfs_root (Results 1 – 2 of 2) sorted by relevance
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()1445 tdo = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_opendir()1666 if (fs->tfs_root.tde_object != NULL) in tmpfs_mount()1681 LOS_ListInit(&fs->tfs_root.tde_node); in tmpfs_mount()1682 fs->tfs_root.tde_object = (struct tmpfs_object_s *)tdo; in tmpfs_mount()1683 fs->tfs_root.tde_name = NULL; in tmpfs_mount()1687 tdo->tdo_dirent = &fs->tfs_root; in tmpfs_mount()[all …]
176 struct tmpfs_dirent_s tfs_root; member