Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c82 static int tmpfs_remove_dirent(struct tmpfs_directory_s *tdo,
379 * Name: tmpfs_remove_dirent
382 static int tmpfs_remove_dirent(struct tmpfs_directory_s *tdo, in tmpfs_remove_dirent() function
1969 ret = tmpfs_remove_dirent(parent_dir, (struct tmpfs_object_s *)tfo); in tmpfs_unlink()
2154 ret = tmpfs_remove_dirent(parent_dir, (struct tmpfs_object_s *)tdo); in tmpfs_rmdir()
2333 ret = tmpfs_remove_dirent(newparent_tdo, new_to); in tmpfs_rename()
2367 ret = tmpfs_remove_dirent(oldparent, old_to); in tmpfs_rename()

Completed in 3 milliseconds