Searched refs:tmpfs_find_object (Results 1 - 1 of 1) sorted by relevance
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 98 static int tmpfs_find_object(struct tmpfs_s *fs, 767 * Name: tmpfs_find_object 770 static int tmpfs_find_object(struct tmpfs_s *fs, in tmpfs_find_object() function 913 /* Find the object at this path. If successful, tmpfs_find_object() will in tmpfs_find_file() 918 ret = tmpfs_find_object(fs, relpath, &to, parent); in tmpfs_find_file() 962 ret = tmpfs_find_object(fs, relpath, &to, parent); in tmpfs_find_directory() 1814 ret = tmpfs_find_object(fs, filename, &to, NULL); in tmpfs_lookup() 2270 /* Find the old object at oldpath. If successful, tmpfs_find_object() in tmpfs_rename() 2490 * tmpfs_find_object() will lock the object and increment the in tmpfs_stat()
|
Completed in 4 milliseconds