Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c84 static int tmpfs_add_dirent(struct tmpfs_directory_s **tdo,
421 * Name: tmpfs_add_dirent
424 static int tmpfs_add_dirent(struct tmpfs_directory_s **tdo, in tmpfs_add_dirent() function
578 ret = tmpfs_add_dirent(&parent, (struct tmpfs_object_s *)newtfo, copy); in tmpfs_create_file()
723 ret = tmpfs_add_dirent(&parent, (struct tmpfs_object_s *)newtdo, copy); in tmpfs_create_directory()
2375 ret = tmpfs_add_dirent(&newparent_tdo, old_to, copy); in tmpfs_rename()

Completed in 3 milliseconds