Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c539 parent = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_create_file()
683 parent = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_create_directory()
794 to = fs->tfs_root.tde_object; in tmpfs_find_object()
795 next_tdo = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_find_object()
1455 tdo = (struct tmpfs_directory_s *)fs->tfs_root.tde_object; in tmpfs_opendir()
1676 if (fs->tfs_root.tde_object != NULL) in tmpfs_mount()
1691 LOS_ListInit(&fs->tfs_root.tde_node); in tmpfs_mount()
1692 fs->tfs_root.tde_object = (struct tmpfs_object_s *)tdo; in tmpfs_mount()
1693 fs->tfs_root.tde_name = NULL; in tmpfs_mount()
1697 tdo->tdo_dirent = &fs->tfs_root; in tmpfs_mount()
[all...]
H A Dfs_tmpfs.h176 struct tmpfs_dirent_s tfs_root; member

Completed in 3 milliseconds