Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c360 struct tmpfs_dirent_s *tde; in tmpfs_find_dirent() local
366 tde = (struct tmpfs_dirent_s *)node; in tmpfs_find_dirent()
367 if (tde->tde_inuse == true && strcmp(tde->tde_name, name) == 0) in tmpfs_find_dirent()
369 return tde; in tmpfs_find_dirent()
385 struct tmpfs_dirent_s *tde; in tmpfs_remove_dirent() local
389 tde = to->to_dirent; in tmpfs_remove_dirent()
390 if (tde == NULL) in tmpfs_remove_dirent()
397 if (tde->tde_name != NULL) in tmpfs_remove_dirent()
399 kmm_free(tde in tmpfs_remove_dirent()
429 struct tmpfs_dirent_s *tde; tmpfs_add_dirent() local
521 struct tmpfs_dirent_s *tde; tmpfs_create_file() local
664 struct tmpfs_dirent_s *tde; tmpfs_create_directory() local
776 struct tmpfs_dirent_s *tde; tmpfs_find_object() local
1505 struct tmpfs_dirent_s *tde; tmpfs_closedir() local
1543 struct tmpfs_dirent_s *tde; tmpfs_readdir() local
1790 struct tmpfs_dirent_s *tde = NULL; tmpfs_lookup() local
2205 struct tmpfs_dirent_s *tde; tmpfs_rename() local
[all...]

Completed in 2 milliseconds