Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1172 struct tmpfs_directory_s *parent_tdo = NULL; in tmpfs_create() local
1189 parent_tdo = (struct tmpfs_directory_s *)(dvp->data); in tmpfs_create()
1192 ret = tmpfs_create_file(fs, path, parent_tdo, &tfo); in tmpfs_create()
1791 struct tmpfs_directory_s *parent_tdo; in tmpfs_lookup() local
1809 parent_tdo = (struct tmpfs_directory_s *)(parent->data); in tmpfs_lookup()
1811 if (parent_tdo == NULL) in tmpfs_lookup()
1813 // if parent_tdo don't exist, find file in root. in tmpfs_lookup()
1822 if (parent_tdo->tdo_type != TMPFS_DIRECTORY) in tmpfs_lookup()
1827 // if parent_tdo exist£¬search for the relationship between parent_tdo an in tmpfs_lookup()
2036 struct tmpfs_directory_s *parent_tdo = NULL; tmpfs_mkdir() local
[all...]

Completed in 3 milliseconds